.icons{max-width:150px;height:20vh;padding:0 10px;object-fit:contain;margin-top:-10px}.icons:last-of-type{padding-left:0}.inner{position:relative;width:100%;overflow:hidden;height:20vh}.wrapper{position:absolute;display:flex}section{display:flex;animation:swipe var(--speed) linear infinite backwards}@keyframes swipe{0%{transform:translate(0)}to{transform:translate(-100%)}}