.scroll-stack-section{position:relative;width:100%}.scroll-stack-sticky{position:sticky;top:0;height:100svh;display:flex;align-items:center;justify-content:center;overflow:hidden}.scroll-stack-card{position:absolute;width:min(90vw,1040px);height:min(72vh,600px);border-radius:2px;overflow:hidden;transform-origin:top center;box-shadow:0 28px 80px rgba(28,36,56,.28)}.scroll-stack-card-inner{width:100%;height:100%;position:relative}@media (max-width:768px){.scroll-stack-card{width:92vw;height:min(65vh,480px)}}