.loopSlide{display:flex;flex-flow:row nowrap;overflow:hidden;position:relative}.loopSlide ul{display:flex;margin:1rem 0;padding:0}.loopSlide ul:first-child{animation:slide1 60s linear -30s infinite}.loopSlide ul:last-child{animation:slide2 60s linear infinite}.loopSlide ul li{display:inline-block;height:150px;list-style:none;margin:0 20px;text-align:center;width:160px}.loopSlide ul li img{display:block;height:100%;object-fit:contain;width:100%}@keyframes slide1{0%{transform:translateX(100%)}to{transform:translateX(-100%)}}@keyframes slide2{0%{transform:translateX(0)}to{transform:translateX(-200%)}}@media screen and (max-width:768px){.loopSlide ul li{height:90px;width:100px}}@media screen and (max-width:480px){.loopSlide ul li{height:60px;margin:0 14px;width:60px}}