.elementor-widget-cew_scrolling_bg {
    position: absolute !important;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
    left: 0;
    overflow: hidden;
}

.cew-scrolling-bg {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: flex-start;
    --max-width: 50%;
    width: 100%;
    will-change: width, transform;
    overflow: hidden;
}

.cew-scrolling-bg__media {
    width: 100%;
    height: 100%;
    overflow: hidden;
    flex: 0 0 100%;
}

.cew-scrolling-bg.position-left {
    left: 0;
    justify-content: flex-start;
}

.cew-scrolling-bg.position-right {
    right: 0;
    justify-content: flex-end;
}

.cew-scrolling-bg__image,
.cew-scrolling-bg__fill {
    width: 100%;
    height: 100%;
    display: block;
}

.cew-scrolling-bg__image {
    object-fit: contain;
    object-position: center center;
    max-width: none;
}

.cew-scrolling-bg__fill {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.cew-scrolling-bg.position-left .cew-scrolling-bg__image,
.cew-scrolling-bg.position-left .cew-scrolling-bg__fill {
    object-position: top left;
    background-position: top left;
}

.cew-scrolling-bg.position-right .cew-scrolling-bg__image,
.cew-scrolling-bg.position-right .cew-scrolling-bg__fill {
    object-position: top right;
    background-position: top right;
}
