.parallax-images{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;&:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:20vh;z-index:0}&:has(+.cms-block.bg-grey):before{background:rgba(var(--gray-bg),1)}&:has(+.cms-block.bg-white):before{background:rgba(var(--white),1)}&:has(+.cms-block.bg-charcoal):before{background:rgba(var(--charcoal),1)}.image-left{max-width:25%;width:100%;height:auto;aspect-ratio:440/566;z-index:1;img{width:100%;height:100%;object-fit:cover}}.image-right{max-width:45%;width:100%;height:auto;aspect-ratio:680/620;z-index:1;img{width:100%;height:100%;object-fit:cover}}}