/* line 1, ../../app/assets/stylesheets/video_player.css.scss */ .lightbox-title { width: 100%; color: #8B8B8B; position: relative; text-align: center; font-size: 40px; font-family: 'OpenSansCondensedLight'; z-index: 9998; cursor: pointer; margin-top: 5%; margin-bottom: 20px; } /* line 14, ../../app/assets/stylesheets/video_player.css.scss */ .lightbox-subtitle { width: 100%; color: #8B8B8B; position: relative; text-align: center; font-size: 30px; font-family: 'OpenSansCondensedLight'; z-index: 9998; cursor: pointer; margin-top: 31%; margin-bottom: 20px; } /* line 27, ../../app/assets/stylesheets/video_player.css.scss */ #missiongoback { padding-top: 5px; width: 30px; height: 25px; background: #fff; color: #000; right: -38px; position: absolute; text-align: center; font-size: 20px; font-family: 'OpenSansLight'; z-index: 9999; cursor: pointer; top: 0px; } /* line 41, ../../app/assets/stylesheets/video_player.css.scss */ #missiongoback:hover { color: #8b8b8b; } /* line 46, ../../app/assets/stylesheets/video_player.css.scss */ .slidegoback:hover { color: #000; } /*FRAME DESIGN (for videos and other featured content) */ /* line 51, ../../app/assets/stylesheets/video_player.css.scss */ .framemain { position: relative; border: 4px solid #8c8c8c; z-index: 1; background: transparent; width: 100%; height: 0%; padding-bottom: 56.4%; } /* line 51, ../../app/assets/stylesheets/video_player.css.scss */ .framemain img { left: 0px; } /*Video player*/ /* line 54, ../../app/assets/stylesheets/video_player.css.scss */ .mission { height: 100%; width: 100%; padding-right: 22px; right: 0px; bottom: 0px; position: fixed; z-index: 99999; overflow: hidden; display: none; } /* line 64, ../../app/assets/stylesheets/video_player.css.scss */ .missionbg { background: #000; height: 100%; width: 100%; right: 0px; bottom: 0px; position: absolute; z-index: 900; cursor: pointer; overflow: hidden; }