@keyframes infinite-slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.wrap{overflow-x:visible;background:#eee;width:200px;height:300px;margin:0 auto;padding:100px 0}.slide-dom{width:-moz-max-content;width:max-content;animation:infinite-slide 45s linear infinite}.slide-dom:hover{animation-play-state:paused}.item{display:inline-block;width:270px;margin:0 20px;transition:all .3s ease}.item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.item:hover{transform:scale(1.1)}