.carousel-block{margin:0 auto;width:100%;max-width:1200px;display:flex;overflow-x:auto;position:relative}.carousel-block::-webkit-scrollbar{display:none}.carousel-block:before,.carousel-block:after{content:'';top:0;width:150px;height:100%;position:absolute;z-index:2}.carousel-block:before{background:linear-gradient(270deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);left:0}.carousel-block:after{background:linear-gradient(90deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);right:0}.carousel-block .group{display:flex;align-items:center;justify-content:center;gap:1em;animation:spin 30s infinite linear;height:auto;padding-right:1em;align-self:center}.carousel-block .group .card{flex:0 0 250px;padding:0;text-align:center;align-content:center;align-self:center;height:auto}.carousel-block .group img{max-height:110px;height:auto}@keyframes spin{from{translate:0}to{translate:-100%}}#automotive .group{animation:spin 50s infinite linear}#content .carousel-block .group img{max-height:250px;width:100%;max-width:fit-content}#content .tv .carousel-block .group .card{flex:0 0 170px}#content .tv .carousel-block .group img{max-height:250px;width:100%;height:250px;object-fit:cover}#content .tv .carousel-block .group{padding-right:2em;gap:2em}@media(max-width:600px){.carousel-block:before{background:linear-gradient(270deg,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%)}.carousel-block:after{background:linear-gradient(90deg,rgba(255,255,255,0) 50%,rgba(255,255,255,1) 100%)}}