@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-900px)}}.slider{height:100px;margin:3rem auto;overflow:hidden;position:relative;width:100%}.slide-track{animation:scroll 20s linear infinite;display:flex;width:1800px}.slide{align-items:center;display:flex;height:100px;justify-content:center;padding:0 .5rem;width:180px}.logo-row-item img{max-height:80px;max-width:130px;object-fit:contain}