.scrolling-logos-wrapper{min-height:80px;overflow:hidden;position:relative;width:100%}.scrolling-logos-track{animation:scroll 80s linear infinite;animation-direction:reverse;display:flex;width:max-content}.scrolling-logos-wrapper:hover .scrolling-logos-track{animation-play-state:paused}.logo-item_global{align-items:center;display:flex;flex:0 0 auto;height:120px;padding:0 30px;width:200px}.logo-item_global img{height:auto;max-height:80px;object-fit:contain;width:auto}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@media (max-width:768px){.scrolling-logos-wrapper{min-height:60px}.logo-item_global{height:90px;padding:0 15px;width:140px}.logo-item_global img{max-height:60px}.scrolling-logos-track{animation:scroll 80s linear infinite;animation-direction:reverse}}