.parallax-row-wrapper {
    border-radius: 30px;
}
.parallax-row-wrapper .col-1-img {
    max-width: 75%;
    margin: 30px;
}

.parallax-row-wrapper .col-1-cta {
    max-width: 83%;
    padding: 30px 30px 48px 30px;
    margin-top: auto;
}

.parallax-row-wrapper .col-1-cta h3 {
    font-size: 36px;
    line-height: normal;
}

@media screen and (max-width: 767px) {
    .parallax-row-wrapper .col-1-cta {
        max-width: none;
    }
    .parallax-row-wrapper .col-1-cta h3 {
        font-size: 32px;
    }
}

.parallax-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    /* min-height: 500px; */
}
.parallax-wrapper img {
    max-width: 25%;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
}
.parallax-layer {
    width: 100%;
    /* min-height: 500px; */
    /* padding: 15rem 0; */
    background-repeat: no-repeat;
    background-size: cover;
    /* padding-bottom: 4rem; */
}

.mobile-fallback {
    display: none;
}

@media screen and (max-width: 768px) {
    .parallax-scene {
        display: none !important;
    }
    .mobile-fallback {
        display: block;
        margin: 50px auto;
        max-width: 75%;
    }
}

@media screen and (min-width: 1440px) {
    .parallax-main-wrapper {
        transform: scale(1.3);
    }
}