.background-video {
    object-fit: cover;
    background-image: linear-gradient(#00000080, #00000080);
    min-height: 100vh;
}

.hero-section .bg-slider-w {
    display: none;
}

@media screen and (max-width: 479px) {
    .background-video {
        height: auto;
        min-height: auto;
    }

    .background-video.first-screen {
        flex-flow: column;
        justify-content: center;
        align-items: center;
        min-height: 100vh;
        display: flex;
    }
}