.scroller{height:auto}.scroller img{border-radius:3px}.scroller__inner{padding-block:20px;display:flex;flex-wrap:wrap;gap:20px}.scroller{overflow:hidden}.scroller .scroller__inner{width:max-content;flex-wrap:nowrap}.scroll .scroller__inner{animation:scroll var(--_animation-duration, 40s) var(--_animation-direction, forwards) linear infinite;animation-play-state:running}.scroll .back{animation:scroll var(--_animation-duration, 40s) var(--_animation-direction, reverse) linear infinite}.paused:hover{animation-play-state:paused!important;transition:.2s}.fast{--_animation-duration: 45s}.slow{--_animation-duration: 80s}@keyframes scroll{to{transform:translate(calc(-50% - .5rem))}}
