.customer-logo-slideshow{width:100%;max-width:900px;display:flex;position:relative;overflow:hidden}.customer-logo-slideshow div{animation:20s linear infinite animate;display:flex;position:relative}@keyframes animate{0%{transform:translate(0)}to{transform:translate(-450px)}}
