.hero-video {
    width: 100%;
    height: auto;
}

.hero-video video{
    width: 100%;
    height: 100%;
    object-fit: cover;

}

