@keyframes slideAnimation{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.looper{width:100%;overflow:hidden}.looper__innerList{display:flex;flex-direction:row;justify-content:center;width:-moz-fit-content;width:fit-content}.looper__listInstance{display:flex;width:-moz-max-content;width:max-content;animation:slideAnimation linear infinite}