@media screen and (min-width: 1150px) and (max-width: 1950px) {
    :root {
        --nav-height: calc(6.5vw + 10px);
    }
}
.banner .bannerVideo{
	object-fit: fill;
    min-height: 100% !important;
}