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