.crypto-slider{background:0 0;width:100%;margin-top:4.4rem;margin-bottom:4.4rem;overflow:hidden}.crypto-slider-track{width:-moz-fit-content;width:fit-content;animation:20s linear infinite scroll-left;display:flex}.crypto-slider-item{flex:none;justify-content:center;align-items:center;width:100px;height:100px;margin-right:32px;display:flex}.crypto-slider-item img{object-fit:contain;width:100px;height:100px}@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-50%)}}