.wrapper{height:400px;overflow:hidden;position:relative;width:100%;display:flex;align-items:center;padding:0 20px}.wrapper:after,.wrapper:before{content:"";position:absolute;height:200px;width:200px;z-index:2}.trending-fullscreen-wrapper{width:100vw;height:100vh;min-height:100svh;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.wrapper:after{right:0;top:0;transform:rotate(180deg)}.wrapper:before{left:0;top:0}.wrapper .track{display:flex;width:calc(150px * 10);animation:scroll 12s linear .5s infinite}.wrapper .logo{width:300px}.wrapper .logo img{height:900px}.trending-logo{width:60vw;max-width:700px;min-width:280px;flex-shrink:0;display:flex;justify-content:center;align-items:center}.trending-logo img{width:100%;height:60vh;max-height:600px;-o-object-fit:contain;object-fit:contain;border-radius:24px;box-shadow:0 8px 32px rgba(0,0,0,.1);background:#fff}.firstImage{height:100%;position:relative}.firstContainer{height:500px;overflow:hidden;position:relative;width:100%;display:flex;align-items:center;padding:0}@keyframes scroll{0%{transform:translateX(calc(10px * 50))}to{transform:translateX(calc(-10px * 100))}}