
#headerVideoContainer{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 60vh;
    min-width: 100vw;
    max-width: none;
    z-index: -1;
}
#headerVideo{
    display: block;
    object-fit: cover;
    min-height: 100%;
    width: 100vw!important;
    min-width: 100vw!important;
}