.scroller{max-width:750px}.scroller_inner{padding-block:1rem;display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:1rem}.scroller[data-animated=true]{overflow:hidden;-webkit-mask:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent);mask:linear-gradient(90deg,transparent,#000 20%,#000 80%,transparent)}.scroller[data-animated=true] .scroller_inner{width:-moz-max-content;width:max-content;flex-wrap:nowrap;animation:scroll 25s linear infinite}@keyframes scroll{to{transform:translateX(calc(-50% - .5rem))}}