body{font-family:Helvetica;margin:0;padding:0}.custom-carousel-container{align-items:center;display:flex;justify-content:center;overflow:hidden;padding:20px 0;width:100%}.custom-carousel{animation:slide-left-to-right 30s linear infinite;display:flex}.custom-carousel img{box-sizing:border-box;margin-top:100px;max-width:300px;padding:5px;width:100%}@keyframes slide-left-to-right{0%{transform:translateX(-100%)}to{transform:translateX(0)}}@media (max-width:768px){.custom-carousel img{max-width:200px}}@media (max-width:480px){.custom-carousel img{max-width:150px}}