.hero-video-container{
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.hero-video-container video {
    height: 100%;
    object-fit: cover;
    object-position: top center;
    width: 100%;
}