@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-50%)}}@keyframes scroll-right{0%{transform:translateX(-50%)}to{transform:translateX(0)}}.animate-scroll-left{animation:scroll-left 40s linear infinite}.animate-scroll-right{animation:scroll-right 40s linear infinite}.carousel-wrapper:hover .animate-scroll-left,.carousel-wrapper:hover .animate-scroll-right{animation-play-state:paused}.card-description{opacity:0;overflow:clip;transition:max-height .3s ease,opacity .3s ease;text-align:center}.card:hover .card-description{max-height:160px;opacity:1}