.carousel-container{background-color:#fff;border-radius:12px;flex-shrink:0;width:100%;max-width:250px;height:70px;margin:10px;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.carousel-image{object-fit:contain;opacity:0;width:100%;height:100%;transition:opacity 1s ease-in-out;position:absolute;top:0;left:0}.carousel-image.active{opacity:1;z-index:1}@media (max-width:768px){.carousel-container{max-width:180px;height:60px}}@media (max-width:480px){.carousel-container{max-width:140px;height:50px}}
