
.videoplayer-popup .popup {
    display: none;
}

#openPopup span.arrow {
    color: #fff;
    width: 25px;
    height: 21px;
}
#openPopup svg{
    fill: #fff;
}
/*
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
} */

.videoplayer-popup .popup-content {
    position: fixed;
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    max-width: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    z-index: 9999;

}
.videoplayer-popup .close {
    position: absolute;
    top: -6px;
    right: 6px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 99999;
}

.videoplayer-popup .close:hover,
.videoplayer-popup .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.videoplayer-popup .video-container {
    position: relative;
}

.videoplayer-popup .video-container {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.videoplayer-popup .video-container > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-js{
    background: #fff;
}
.vjs-tech {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.videolist a img {
    border: 4px solid #004474;
    width: 160px;
    height: 90px;
    border-radius: 5px;
	object-fit: fill;
    /* margin: 11px; */
}
video#vjs_video_3_html5_api {
    border: 1px solid #d4d4d4;
}

.video-js button span:before {
    color: #fff;
}

span.vjs-remaining-time-display {
    color: #fff;
}
div#vjs_video_3 {
    max-width: 100%;
}
.overlayText {
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 0;
}
.overlayText p{
    color: #fff;
}
.overlayText {
    position: absolute;
    bottom: auto;
    left: 0;
    background: rgba(43, 51, 63, 0.7);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px;
    top: 0;
}

.videomaster{
	display:flex;
}
.main-video-wrapper{
    position: relative;
	max-width: 100%;
    width: 85%;

}
.videolist{
    display: flex;
    flex-direction: column;	
	margin-left:11px;
    height: 361px;
    overflow-y: scroll;
    overflow-y: auto;
}
.videomaster.fullwidth {
    display: flex;
    flex-direction: column;
}
.videomaster.fullwidth .main-video-wrapper{
    width: 100%;
}


video#vjs_video_3_html5_api {
    border: 1px solid #d4d4d4;
}

.video-js button span:before {
    color: #fff;
}

span.vjs-remaining-time-display {
    color: #fff;
}
.main-video-wrapper{
    position: relative;
}
div#vjs_video_3 {
    max-width: 100%;
}
.overlayText {
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 0;
}
.overlayText p{
    color: #fff;
}
.overlayText {
    position: absolute;
    bottom: auto;
    left: 0;
    background: rgba(43, 51, 63, 0.7);
    width: 100%;
    text-align: center;
    color: #fff;
    padding: 5px;
    top: 0;
}
.video-js {
    width: 100% !important;
    height:500px
}
.main-video-wrapper{
    margin: 0 auto;
    margin-bottom: 50px;
}
.fullwidth .video-js {
    width: 100% !important;
    height: inherit !important;
    margin: 0 auto;
}

.vw_mobile .video-js {
    height: 200px !important;
}

.vw_mobile .main-video-wrapper {
    margin: 0 auto;
    margin-bottom: 25px;
}
 
.videomaster{
	display:flex;
}
.videolist{
    display: flex;
    flex-direction: column;	
	margin-left:11px;
    height: 500px;
    overflow-y: scroll;
    overflow-y: auto;
    width: 15%;
}


@media only screen and (max-width: 1024px) {
.main-video-wrapper {
    width: 100%;
}
.videolist{
   display: flex;
    flex-direction: row;
    margin-left: 0px;
	height:auto;
	overflow:none;
}

div#vjs_video_3 {
   max-height: 250px;
}
.videomaster{
	display:flex;
	flex-direction: column;
}	
.videolist a {
    margin-right: 10px;
    margin-top: 10px;
}	

.videolist{
   display: flex;
    flex-direction: row;
    margin-left: 0px;
	height:auto;
	overflow:none;
    width: 100%;
}

div#vjs_video_3 {
   max-height: 250px;
}
.videomaster{
	display:flex;
	flex-direction: column;
}	
.videolist a {
    margin-right: 10px;
    margin-top: 10px;
}	

#videodragger {
	height: 300px;
	width: 500px;
	bottom: 0px !important;
    left: 0 !important;
    max-width: 100% !important;
    top: auto !important;
}
}
/* .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    display: none;
} */
