@media screen and (max-width: 1060px){
    .video-container{
        height: 100vh;
        aspect-ratio: 4/3 !important;
    }

        .video-container iframe {
            height: 100%;
            width: 100%;
            aspect-ratio: 4/3 !important;
        }
}
