.generic-infinite-carousel{display:flex;align-items:center;margin-bottom:20px;position:relative;width:calc(100% - 70px)}.carousel-wrapper{overflow:hidden;width:100%}.carousel-track{display:flex;transition:transform .5s ease;user-select:none}.carousel-track.centered-track{justify-content:center}.carousel-btn{width:40px;height:40px;cursor:pointer;z-index:1;position:absolute}.carousel-btn.prev{left:-40px}.carousel-btn.next{right:-40px}.carousel-card{display:flex;flex-direction:column;align-items:center;gap:10px;flex:0 0 25%;box-sizing:border-box;padding:10px}@media (max-width:767px){.carousel-track.centered-track{justify-content:unset}.carousel-btn.prev{left:-10px}.carousel-btn.next{right:-10px}}