
#bg-video {
    min-width: 100%;
    min-height: 32vh;
    max-width: 100%;
    max-height: 32vh;
    object-fit: cover;
    z-index: -1;
}

#bg-video::-webkit-media-controls {
    display: none !important;
}

.video-overlay {
    position: absolute;
    background-color: rgba(234,234,234,0.85);
    top: 0;
    left: 0;
    bottom: 7px;
    width: 100%;
}
