.wrapper{width:100%!important;height:100px!important;display:flex!important;align-items:center!important;justify-content:center!important}.slider{width:100%!important;height:100px!important;display:flex;overflow:hidden}.slide{height:100px!important;display:flex!important;align-items:center!important;animation:slideshow 25s linear infinite!important}.slider:hover .slide{animation-play-state:paused!important}.slide img{height:70px!important;padding:0 30px 0 30px!important}.slide2 img{height:70px!important;padding:0 30px 0 30px!important}@keyframes slideshow{100%{transform:translateX(0)}0%{transform:translateX(-100%)}}.slider::after,.slider::before{height:100px!important;width:200px!important;position:absolute!important;content:""!important;background:linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%)!important;z-index:1!important}.slider::before{left:0!important}.slider::after{right:0!important;transform:rotateZ(180deg)!important}