.parallax-wrapper-e0fdc520 {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.parallax-container-e0fdc520 {
    position: absolute;
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    will-change: transform;
}
