.scroll-stack-section{min-height:100vh;max-height:100vh;width:100%;position:relative;overflow:hidden}.scroll-stack-wrapper{position:relative;width:100%;overflow:hidden;background-color:var(--black)}.scroll-stack-layout{position:relative;display:grid;padding:3em 0 2em;grid-template-columns:1fr;grid-template-rows:1fr;align-items:center;justify-items:center;height:100%;max-height:100vh}.scroll-slide{grid-area:1 / 1 / 2 / 2;display:flex;position:relative;width:90%;height:100%;align-items:center;justify-content:center;border-radius:1.5rem;overflow:hidden}.scroll-slide .section-border{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1;overflow:hidden;border-radius:1.5rem}.scroll-slide .section-border img{width:100%;height:100%;object-fit:cover}
