.sponsor-carousel{overflow:hidden;position:relative;white-space:nowrap}.carousel-track{animation:scroll 30s linear infinite;display:flex}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.sponsor-carousel img{height:100%;max-height:40px;padding:30px;transition:transform .3s ease}.sponsor-carousel img:hover{transform:scale(1.05)}@media (max-width:768px){.carousel-track{animation:scroll 30s linear infinite;display:flex}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-100%)}}}