.cleaning-infinite-images{background:#fff;width:100%;padding:3px 0;overflow:hidden}.cleaning-infinite-track{will-change:transform;gap:0;width:max-content;animation:30s linear infinite infiniteScroll;display:flex;transform:translate(0,0)}.cleaning-image-grid{box-sizing:border-box;flex-shrink:0;grid-template-rows:188px 188px;grid-template-columns:repeat(7,360px);gap:24px;width:2688px;height:400px;padding-right:24px;display:grid}.cleaning-image-card{border-radius:24px;flex-shrink:0;width:360px;height:400px;position:relative;overflow:hidden}.cleaning-image-card img{object-fit:cover;width:100%;height:100%}.cleaning-stack{flex-direction:column;gap:24px;width:360px;height:400px;display:flex}.cleaning-stack .cleaning-image-card{width:360px;height:188px}@keyframes infiniteScroll{0%{transform:translate(0,0)}to{transform:translate(-25%)}}.cleaning-infinite-images:hover .cleaning-infinite-track{animation-play-state:paused}@media (max-width:768px){.cleaning-infinite-track{animation-duration:20s}.cleaning-image-grid{grid-template-rows:100px 100px;grid-template-columns:repeat(7,160px);gap:12px;width:1204px;height:212px;padding-right:12px}.cleaning-image-card{border-radius:10px;width:160px;height:212px}.cleaning-stack{gap:12px;width:160px;height:212px}.cleaning-stack .cleaning-image-card{width:160px;height:100px}}
