.reelsContainer{overflow:hidden;width:100%}.scrollingTrack{display:flex;white-space:nowrap}.scrollingContent{display:inline-flex;animation:scroll-left 30s linear infinite}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}