:root{--marquee-width:80vw;--marquee-height:100%;--marquee-elements-displayed:6;--marquee-element-width:calc(var(--marquee-width)/var(--marquee-elements-displayed));--marquee-animation-duration:calc(var(--marquee-elements)*5s)}.logo-slider{overflow:hidden}.marquee{background-color:#fff;color:#eee;height:var(--marquee-height);position:relative;width:100%}.marquee:after,.marquee:before{content:"";height:100%;position:absolute;top:0;width:10rem;z-index:1}.marquee:before{background:linear-gradient(90deg,#fff 0,transparent);left:0}.marquee:after{background:linear-gradient(270deg,#fff 0,transparent);right:0}.marquee-content{animation:scrolling var(--marquee-animation-duration) linear infinite;column-gap:50px;display:flex;height:100%;list-style:none}@keyframes scrolling{0%{transform:translateX(0)}to{transform:translateX(calc(var(--marquee-element-width)*-1*var(--marquee-elements)))}}.marquee-content li{align-items:center;display:flex;flex-shrink:0;font-size:calc(var(--marquee-height)*3/4);justify-content:center;max-height:100%;white-space:nowrap;width:var(--marquee-element-width)}.marquee-content li img{max-height:150px;width:100%}@media (max-width:600px){html{font-size:12px}:root{--marquee-width:100vw;--marquee-height:100%;--marquee-elements-displayed:3}.marquee:after,.marquee:before{display:none}}