.photo-wall{position:fixed;inset:0;z-index:0;overflow:hidden;display:flex;gap:12px;padding:0 12px;contain:layout style paint;perspective:1200px}.photo-wall__inner{display:flex;gap:12px;width:100%;transform:rotate(-4deg) rotateX(8deg) rotateY(-6deg) scale(1.15);transform-origin:center center}.photo-wall__col{flex:1;overflow:hidden;height:130vh}.photo-wall__track{display:flex;flex-direction:column;gap:12px;animation:photoWallScroll 38s linear infinite;will-change:transform;transform:translateZ(0)}.photo-wall__col:nth-child(2) .photo-wall__track{animation-direction:reverse;animation-duration:44s}.photo-wall__col:nth-child(3) .photo-wall__track{animation-duration:34s}@keyframes photoWallScroll{0%{transform:translateY(0)}to{transform:translateY(-50%)}}.photo-wall__item{width:100%;aspect-ratio:3/4;border-radius:12px;overflow:hidden;flex-shrink:0}.photo-wall__item img,.photo-wall__item video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.photo-wall:after,.photo-wall:before{content:"";position:absolute;left:0;right:0;height:22vh;z-index:1;pointer-events:none}.photo-wall:before{top:0;background:linear-gradient(180deg,#111 0,transparent)}.photo-wall:after{bottom:0;background:linear-gradient(0deg,#111 0,transparent)}.photo-wall__item--clone{visibility:hidden;pointer-events:none}.photo-wall.is-paused .photo-wall__track{animation-play-state:paused}@media (max-width:768px){.photo-wall__col:nth-child(3){display:none}.photo-wall__inner{transform:rotate(-3deg) rotateX(6deg) rotateY(-4deg) scale(1.1)}}
/*# sourceMappingURL=photo-wall.css.map */