.image-marquee{overflow:hidden;width:100%;position:relative;-webkit-mask-image:linear-gradient(to right,transparent,#000 10%,#000 90%,transparent);mask-image:linear-gradient(to right,transparent,#000 10%,#000 90%,transparent)}.image-marquee .marquee-track{display:flex;flex-wrap:nowrap;align-items:center;gap:clamp(12px,2vw,25px);width:max-content;min-width:max-content;will-change:transform;transform:translate3d(0,0,0);backface-visibility:hidden}.top-row .marquee-track{animation:imageMarquee 120s linear infinite}.bottom-row .marquee-track{animation:imageMarquee 120s linear infinite reverse}@keyframes imageMarquee{from{transform:translate3d(0,0,0)}to{transform:translate3d(-50%,0,0)}}.image-marquee:hover .marquee-track{animation-play-state:running}.image-marquee img{display:block;width:clamp(120px,18vw,250px);aspect-ratio:1/1;height:auto;object-fit:cover;border-radius:5%;flex-shrink:0}@media (max-width:980px){.image-marquee .marquee-track{gap:18px}.image-marquee img{width:180px}}@media (max-width:767px){.image-marquee{-webkit-mask-image:none;mask-image:none}.image-marquee .marquee-track{gap:12px}.image-marquee img{width:120px}}