/*
@media (min-aspect-ratio: 16/9) {
    #header-home-video {
        width:100% !important;
        height: auto !important;
    }
}

@media (max-aspect-ratio: 16/9) {
    #exclusive #header-home {
        min-height:560px !important;
    }
    #header-home-video { 
        width:auto !important;
        height: 100% !important;
        max-height:100vh !important;
        aspect-ratio: 1 / 1 !important;
        max-height:560px !important;
        margin-top:70px !important;
    }
    .video-wrap {
        max-height:560px !important;
        height:560px !important;
        margin-top:70px !important;
        aspect-ratio: 1 / 1 !important;
    }
}
*/

/*
@media (max-width: 768px) {
    #header-home-video {
        width:100% !important;
        height: auto !important;
    }
}
*/

@media (max-width: 768px) {
    #exclusive #header-home {
        min-height:100vw !important;
        min-width:100% !important;
        height:100vw !important;
        width:100% !important;
        aspect-ratio: 1 / 1 !important;
    }
    #header-home-video { 
        min-height:100vw !important;
        min-width:100% !important;
        height:100vw !important;
        width:100% !important;
        aspect-ratio: 1 / 1 !important;
        margin-top:70px !important;
    }
    .video-wrap {
        min-height:100vw !important;
        min-width:100% !important;
        height:100vw !important;
        width:100% !important;
        aspect-ratio: 1 / 1 !important;
        margin-top:70px !important;
    }
}