@media (min-aspect-ratio: 16/9) {
    #header-home-video {
        width:100% !important;
        height: auto !important;
    }
}

@media (max-aspect-ratio: 16/9) {
    #header-home-video { 
        width:auto !important;
        height: 100% !important;
    }
}