.carousel{width:100%;height:500px;overflow:hidden}@media (max-width:600px){.carousel{height:250px}}.carouselTrack{align-items:center;width:max-content;height:100%;animation:40s linear infinite carouselSlide;display:flex}.carouselSlide{object-fit:contain;flex-shrink:0;width:auto;height:100%;margin:.5px}@keyframes carouselSlide{0%{transform:translate(0)}to{transform:translate(-50%)}}
