.marquee-wrapper{overflow:hidden;width:100%}.marquee{display:flex;flex-wrap:nowrap;animation:marqueeScroll 25s linear infinite}.marquee a{display:inline-block;width:500px;height:400px;flex-shrink:0;margin-right:20px}.marquee a img{width:100%;height:100%;object-fit:cover}@keyframes marqueeScroll{0%{transform:translateX(0)}100%{transform:translateX(-100%)}}.marquee a{display:inline-block;cursor:pointer}.marquee a{display:inline-block;width:500px;height:400px;flex-shrink:0}.marquee a img{width:100%;height:100%;object-fit:cover}