.carousel-container{display:flex;justify-content:center;align-items:center}.slider{box-shadow:0 10px 20px -5px rgba(0,0,0,.125);height:100px;width:100%;overflow:hidden;position:relative}.slide-track{display:flex;gap:3rem;animation:scroll 20s linear infinite;width:3500px}.slide{display:flex;justify-content:center;align-items:center}.slide img{height:34px;width:150px;cursor:pointer}.carousel-image{height:100px;width:150px;object-fit:contain}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-1750px)}}.slider .slide-track{width:3500px}