.marquee{position:relative;display:flex;overflow:hidden;-webkit-user-select:none;user-select:none}.marquee__content{flex-shrink:0;display:flex;justify-content:space-around;min-width:100%;animation:scroll 45s linear infinite}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.marquee--fit-content{max-width:100%}.marquee__content>*{flex:0 0 auto;color:#fff;display:flex;justify-content:center;align-items:center;margin:2px;padding:1rem 2rem;border-radius:.25rem;text-align:center}.marquee__content>* img{max-width:200px;width:auto;max-height:150px}.enable-animation{position:relative}.enable-animation:after,.enable-animation:before{content:"";z-index:2;max-width:20%;height:100%;position:absolute;top:0;width:100%}.enable-animation:after{background:linear-gradient(to right,rgba(255,255,255,0),rgba(255,255,255,1));right:0}.enable-animation:before{background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0));left:0}
