.carousel{display:flex;height:150px;margin:0 auto;max-width:1000px;min-width:250px;overflow:hidden;width:100%}.carousel-content{--animation-duration:4000ms;display:flex;position:relative}.carousel-img-container{flex-shrink:0;width:25%}.carousel img{height:100%!important;object-fit:scale-down;width:100%}@keyframes move{0%{right:0}20%{right:100%}to{right:100%}}