/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
#greenscreenpopup { display: none; position: fixed; top: 12%; left: 15%; width: 70%; height: 70%; background-color: white; z-index: 10; }
#greenscreenpopup iframe { width: 100%; height: 100%; border: 0; }
#greenscreenpopupdarkbg { position: fixed; z-index: 5; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; background-color: rgba(0,0,0,.75); display: none; }