.animate-slide__container{width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;height:100vh}.animate-slide{display:flex;align-items:center;height:500px;width:5200px;animation:slide 10s linear infinite}@media (max-width:1024px){.animate-slide{width:3900px}}@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-50%)}}