.mask1{left:-10px}.mask1,.mask2{filter:blur(5px);height:44px;position:absolute;width:20px;z-index:101}.mask2{right:-10px}.marquee{margin:0 auto;overflow:hidden;position:relative}.marquee .marquee-content{animation:marquee-animation 20s linear infinite;display:flex;width:-moz-fit-content;width:fit-content}@media (max-width:767px){.marquee .marquee-content{animation-name:marquee-animation-mobile}}.marquee .marquee-content span{display:flex}.marquee .marquee-content img{height:auto;margin:0 20px;max-width:100%}@keyframes marquee-animation{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes marquee-animation-mobile{0%{transform:translate(0)}to{transform:translate(-200%)}}@media (max-width:767px){.marquee{width:100%}}
