.hero-with-scrolling-text{position:relative;overflow:hidden}.hero-with-scrolling-text .inner{background-size:cover;background-position:center center;background-repeat:no-repeat;position:relative;z-index:2}.hero-with-scrolling-text .inner img{max-width:none}.hero-with-scrolling-text .inner>*:nth-child(1){transform:translateY(var(--parallax-1, 0));transition:transform .1s linear}.hero-with-scrolling-text .inner>*:nth-child(2){transform:translateY(var(--parallax-2, 0));transition:transform .1s linear}.hero-with-scrolling-text .inner>*:nth-child(3){transform:translateY(var(--parallax-3, 0));transition:transform .1s linear}.hero-with-scrolling-text .inner>*:nth-child(4){transform:translateY(var(--parallax-4, 0));transition:transform .1s linear}.hero-with-scrolling-text .inner>*:nth-child(5){transform:translateY(var(--parallax-5, 0));transition:transform .1s linear}.hero-with-scrolling-text .scrolling-text{position:absolute;top:50%;transform:translateY(-50%)}
