.remodal.remodal-video{
    max-width: 920px;
    min-height: 360px;
}
.remodal-overlay{
    z-index: 1000000 !important;
}
.remodal-wrapper{
    z-index: 1000001 !important;
}
.video-container{
    width: 100%;
  height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.remodal-close{
    z-index: 5;
}
.video-t{
    display: flex;
    align-items: center;
}
@media (min-width: 768px){
    .remodal.remodal-video{
        height: 65vh;
        min-height: 400px;
    }

}