.marquee-wrapper{overflow:hidden;position:relative;width:100%}.marquee{display:flex;width:max-content;animation:scroll-left 20s linear infinite}.marquee-item{flex:0 0 auto;width:200px;height:100px;display:flex;align-items:center;justify-content:center;margin-right:20px;background:#fff;border-radius:8px;box-shadow:0 0 5px rgba(0,0,0,.1)}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.marquee img{max-width:100%;max-height:80%;height:auto;object-fit:contain}