.image img{max-width:200px;height:40px;padding:0 15px;object-fit:contain}.image img:last-of-type{padding-left:0}.inner{position:relative;width:100%;overflow:hidden;height:40px}.wrapper{position:absolute;display:flex}.section{display:flex;animation:swipe 10s linear infinite backwards}@keyframes swipe{0%{transform:translate(0)}to{transform:translate(-100%)}}