.uni-logo-slider{display:flex;margin:0 auto;overflow:hidden;padding:2.5rem;width:100%}.uni-item{animation:animate 25s linear infinite;max-height:150px;max-width:230px}.uni-item img{max-height:150px;max-width:250px;padding:0 30px}.uni-logo-slider:hover .item{animation-play-state:paused}@keyframes animate{0%{transform:translateZ(0)}to{transform:translate3d(-1800px,0,0)}}