.parallax-quotes{position:fixed;top:0;right:0;width:50vw;height:100%;z-index:-2;pointer-events:none;overflow:hidden}
.parallax-quotes__inner{width:100%;height:160%;margin-top:var(--parallax-quotes-start-offset,20%);background-image:var(--parallax-quotes-url);background-size:contain;background-position:center right;background-repeat:no-repeat;opacity:var(--parallax-quotes-opacity,0.07);will-change:transform;transform:translateZ(0)}
@media(prefers-reduced-motion:reduce){.parallax-quotes__inner{will-change:auto;transform:none;height:100%;margin-top:0}}
@media(max-width:749px){.parallax-quotes{width:70vw}.parallax-quotes--desktop-only{display:none}}
