@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.marquee{background:#ececec;overflow:hidden;padding:20px 0;position:relative;white-space:nowrap}.marquee:after,.marquee:before{content:"";height:100%;position:absolute;top:0;width:250px;z-index:2}.marquee:before{background:linear-gradient(270deg,hsla(0,0%,100%,0),#fff);left:0}.marquee:after{background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff);right:0}.marquee-content{align-items:center;animation:slide 25s linear infinite;display:inline-flex;flex-wrap:nowrap;gap:40px;margin-left:40px;white-space:nowrap}.marquee-content a{text-decoration:none;width:max-content}.marquee-content .marquee-item{flex-shrink:0;margin:0 20px;max-height:80px;transition:.3s ease-in-out;width:auto}.marquee-content .marquee-item:hover{transform:scale(1.2)}@media (max-width:768px){.marquee{padding:10px 0}.marquee:after,.marquee:before{width:100px}.marquee-content{animation-duration:30s;gap:20px;margin-left:20px}.marquee-content .marquee-item{margin:0 20px;max-height:40px}}@media (max-width:480px){.marquee-content{animation-duration:35s}.marquee-content .marquee-item{margin:0 10px;max-height:30px}.marquee:after,.marquee:before{width:50px}}