.book-carousel__wrapper{overflow:hidden;padding:20px 0;width:100%}.book-carousel__track{animation:book-scroll 60s linear infinite;display:flex;gap:40px;width:max-content}.book-carousel__wrapper:hover .book-carousel__track{animation-play-state:paused}.book-carousel__slide{flex-shrink:0;height:200px;width:200px}.book-carousel__slide img{height:100%;object-fit:contain;width:100%}@keyframes book-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}