/* for IE support please replace color-main color in lib/plyr.css */
.video-screen{
	--plyr-color-main: #F16F2A;
	--plyr-captions-background: rgba(241, 111, 42, 0.9);
	--plyr-control-icon-size: 30px;
}
.plyr__poster {background-size: cover;}
.plyr__video-wrapper{background: transparent;}
.plyr__captions {padding:10px 350px 70px 350px;}
.plyr__caption {background: rgba(241, 111, 42, 0.9);padding: 20px;font-size: 22px;line-height: 335%;}
.plyr__volume{width: auto; min-width: auto;}
.plyr--full-ui.plyr--video .plyr__control--overlaid{
	/* background: transparent; */
	color: #fff;
 }
 .plyr__control--overlaid svg{
    left: 2px; 
	height: 40px;
	width: 40px;
	/* background: white; */
}

/*.plyr__controls .plyr__controls__item:first-child{
	border: 1px solid #fff;
	border-radius: 0em;
} */

.video-screen .activity-panel{
    position: relative;
    top: 0em;
    left: 0em;
    width: 100%;    
    max-width: 1640px;
    margin: 0 auto;
    padding: 0em;

}
.video-screen .video-block{position: relative;}
/* consider 4 lines onscreen text  */
.video-screen .video-panel{
    position: relative; 
    margin: 0.5em auto 0; 
    width:80%;
    left: 0em;
    right: 0em; padding: 1em;
    max-width: 1920px;
}
.video-screen.with-transcript .video-panel {width:70%;}
.video-screen .static-poster{
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}

/* type - video-step */
.video-screen.video-step .video-panel{width:85%;}
.video-screen.video-step .step{
    position: absolute;
    top: 5em;
    left: 10em;
}
.video-screen.video-step .step-1{ top: 20em; left: 30em;}

/* type - full-bg-video */
.video-screen.full-bg-video .activity-panel{max-width: none;}
.video-screen.full-bg-video .video-panel{margin: 0em; width: 100%; padding: 0em; max-width: none;}
.video-screen.full-bg-video .media-video-player{width: 1920px; height: 1080px;}
.video-screen.full-bg-video .vid-transcript-btn-block{position: absolute; bottom: 60px; right: 20px;}
.video-screen.full-bg-video .trascript-btn-block {
    position: absolute;
    right: 70px;
    top: 110px;
    /* transition: all 500ms ease-out; */
}
.video-screen.full-bg-video .trascript-btn-block .btn-panel{margin: 0 5px;}
.video-screen.full-bg-video .plyr__controls{padding: 50px 350px 50px 350px;}

/* type - regular */
.video-screen.regular .activity-panel{max-width: 680px; margin: 0px auto;}
.video-screen.regular .video-panel{
    margin: 10px;
    padding: 0px;
    width: 100%;
    max-width: none;
}

.video-screen .vid-transcript-popup.mobile-no-popup{
    background-color: transparent;
    margin: 1em 0em;
    padding: 1em;
    color: #000;
}
.video-screen .vid-transcript-popup.mobile-no-popup .pop-col-text{background-color: transparent;}

.plyr:-webkit-fullscreen video {height: 100% !important; width: 100% !important;}
.plyr:-moz-fullscreen video {height: 100% !important; width: 100% !important;}
.plyr:-ms-fullscreen video {height: 100% !important; width: 100% !important;}
.plyr:fullscreen video {height: 100% !important; width: 100% !important;}
.plyr:fullscreen .plyr__controls{padding: 20px;}
