.elementor-section.video-parallax-background .video-parallax-container,
.elementor-column.video-parallax-background .video-parallax-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.elementor-section.video-parallax-background .video-parallax-container video,
.elementor-column.video-parallax-background .video-parallax-container video,
.elementor-section.video-parallax-background .video-parallax-container iframe,
.elementor-column.video-parallax-background .video-parallax-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
    will-change: transform;
}

.elementor-section.video-parallax-background > .elementor-container,
.elementor-column.video-parallax-background > .elementor-widget-wrap {
    position: relative;
    z-index: 1;
}

.video-parallax-fallback {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    z-index: 0;
}