/* for IE support please replace color-main color in lib/plyr.css */
.video-screen{
	--plyr-color-main: #0061AD;
	--plyr-captions-background: rgba(69, 77, 82, 0.8);
	--plyr-control-icon-size: 22px;
}
.plyr__poster {background-size: cover;}
.plyr__video-wrapper{background: transparent;}
.plyr__caption {background: rgba(69, 77, 82, 0.8);padding: 20px;font-size: 26px;line-height: 335%;}
.plyr__volume{width: auto; min-width: auto;}
.plyr--full-ui.plyr--video .plyr__control--overlaid{
	/* background: transparent; */
	color: #fff;
    padding: 1em;
 }
 .plyr__control--overlaid svg{
    left: 2px; 
	height: 2em;
	width: 2em;
	/* background: white; */
}

.plyr--video .plyr__controls {padding: 2em 15em 1em 15em;}

/*.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: 870px;
    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 .trascript-btn-block {
    position: absolute;
    right: 0em;
    left: 0em;
    margin: 0 auto; 
    bottom: 4em;
    /* transition: all 500ms ease-out; */
}

.video-screen.full-bg-video .trascript-btn-block .btn-panel{margin: 0em 0.5em;}
.video-screen.full-bg-video .trascript-btn-block {
    height: auto;
    width: auto;
    top: 0px;
    right: auto;
    left: auto;
    margin: 0px;
}

.video-screen.full-bg-video .trascript-btn-block .btn-panel{position: absolute; top: 102px; left: 1622px;}
.video-screen.full-bg-video .trascript-btn-block .skip-btn-panel{position: absolute; top: 964px; left: 1622px;}


/* type - regular */
.video-screen.regular .plyr--video .plyr__controls {padding: 2em 1em 1em 1em;}
.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: 0em;
    padding: 1em;
    color: #000;
}
.video-screen .vid-transcript-popup.mobile-no-popup .pop-col-text{background-color: transparent;}
 
.video_screen .vid-flex-box{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 130px;
}
.video_screen .vid-flex-box .text-block{
    position: relative;
    width: 552px;
    background-color: #fff;
    padding: 50px;
    min-height: 612px;
}
.video_screen .vid-flex-box .activity-block{position: relative;}
.video_screen .vid-flex-box .activity-panel{max-width: none; width: 1088px;}
.video_screen .vid-flex-box .video-panel{margin: 0px;}



.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;}


@media screen and (max-width: 834px) {
    .plyr--video .plyr__controls {padding: 1em;}
    .video-screen .media-video-player,
    .video-screen.full-bg-video .media-video-player{width: 100%; height:auto;border: none;}
    .screen.video_screen .screen-data .col-text{padding: 0px;}
    .video-screen.regular .activity-panel{margin: 0px auto;}
    .video-screen.regular .video-panel{
        width: 100%; height: auto;
    }
    .video-screen .trascript-btn-block,
    .video-screen.full-bg-video .trascript-btn-block{
        position: relative;
        bottom: auto;
        /* margin-top: 2em; */
        text-align: center;
    }
    .video-screen .trascript-btn-block .btn-panel,
    .video-screen.full-bg-video .trascript-btn-block .btn-panel {
        /* margin: 0.5em; */
        position: relative;
        top: auto;
        left: auto;
    }
    .plyr__caption {
        background: rgba(69, 77, 82, 0.8);
        padding: 10px;
        font-size: 16px;
        line-height: 255%;
    }
    .video_screen .vid-flex-box{margin-top: 0px; flex-direction: column-reverse;}
    .video_screen .vid-flex-box .text-block{width: 100%; padding: 1em; min-height: auto;}
    .video_screen .vid-flex-box .activity-panel{width: 100%;}
}