.slider{max-height:50px;overflow:hidden;position:relative;width:100%}.slider-container{align-items:center;animation:slide 10s linear infinite;display:flex;gap:60px}.slider-container img{height:auto;max-height:50px;object-fit:contain;width:auto}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}