.rotating-banner{overflow:hidden;white-space:nowrap;width:100%}.banner-content{display:inline-block;display:flex;animation:marquee 20s linear infinite}.item{display:inline-block;margin:40px 50px;width:235px;height:100%}.item>img{width:auto;height:auto;-o-object-fit:contain;object-fit:contain}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-50%)}}