.infinite-scroll-container-1{width:100%;overflow:hidden}.scroll-row-1{display:flex;height:40vh;min-height:100px}.scroll-content-1{display:flex;height:100%;animation-timing-function:linear;gap:20px}.scroll-item{flex-shrink:0;border-radius:20px;overflow:hidden}.content-link,.scroll-item{height:100%;position:relative}.content-link{display:block}.content-link img,.content-link video{height:100%;width:100%;object-fit:cover;transition:transform .3s ease}.creator-overlay{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.7);color:#fff;padding:1rem;transform:translateY(100%);transition:transform .3s ease}.content-link:hover .creator-overlay{transform:translateY(0)}.content-link:hover img,.content-link:hover video{transform:scale(1.05)}.scroll-row-1.right .scroll-content-1{animation:scrollRight 60s linear infinite}.scroll-row-1.right.paused .scroll-content-1{animation-play-state:paused}@keyframes scrollRight{0%{transform:translateX(-50%)}to{transform:translateX(0)}}@media screen and (max-width:800px){.scroll-row-1{height:30vh;min-height:80px}.scroll-content-1{gap:10px}.scroll-item{max-width:80vw}}@media (max-width:800px){.w-\[300px\]{width:200px!important}.h-\[300px\]{height:200px!important}.h-\[640px\]{height:440px!important}}