.video-poster {
    display: none;
}

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

.lazy-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 1024px) {
    .deferred-video {
        display: none !important;
    }

    .video-poster {
        position: absolute;
        inset: 0;
        z-index: 0;
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }

    .video-poster img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}
