@keyframes scroll-left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes scroll-right{0%{transform:translate(-100%)}to{transform:translate(0)}}.animate-scroll-left,.animate-scroll-right{width:100%;animation:linear infinite scroll-left,linear infinite scroll-right;display:flex}.animate-scroll-left{animation:linear infinite scroll-left}.animate-scroll-right{animation:linear infinite scroll-right}.slider-image1{object-fit:cover;flex-shrink:0;width:25%;height:auto;max-height:270px}.slider-image2{object-fit:cover;flex-shrink:0;width:20%;max-height:260px}@media (max-width:640px){.slider-image1{width:50%;max-height:auto}.slider-image2{width:50%;max-height:150px}}
