.logo_slider{overflow-x:hidden;width:100%}.overflow1{background:#fff;padding:.25rem 1rem;overflow-x:hidden}.logos_wrapper{width:-moz-max-content;width:max-content;background:#fff;display:flex;align-items:center;justify-content:center;animation:logoLoop 2500s linear infinite}.logos_wrapper:hover{cursor:pointer;animation-play-state:paused}.logo_item{padding:.25rem}@keyframes logoLoop{0%{transform:translateX(0)}to{transform:translateX(-100%)}}