@media (min-width: 1300px){
    .PopinInVideo[data-open="1"] .Video {
        width: 1084px;
        height: 611px;
    }
}

/*Causing the Video pop-in to overlap*/
/* .PopinInVideo[data-open="1"] .Video {
    width: 80vw;
    height: calc(80vw * 518 / 920);
} */