.marquee-wrapper{flex-direction:column;gap:2rem;width:100%;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000);mask-image:linear-gradient(90deg,#0000,#000 10% 90%,#0000)}.marquee-row{gap:2rem;width:max-content;padding-right:2rem;display:flex}.marquee-item{background:0 0;flex-shrink:0;justify-content:center;align-items:center;width:200px;height:100px;padding:1rem;transition:transform .3s;display:flex}.marquee-item:hover{transform:scale(1.05)}.scroll-left{animation:30s linear infinite scrollLeft}.scroll-right{animation:30s linear infinite scrollRight}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}@media (max-width:768px){.marquee-item{width:150px;height:80px}}
