.carousel-container{overflow:hidden;white-space:nowrap;position:relative;width:100%;height:300px;background:#f0f0f0;cursor:grab;touch-action:pan-y;-moz-user-select:none;user-select:none;-webkit-user-select:none}.carousel-container:active{cursor:grabbing}.carousel-track{display:flex;height:100%;width:-moz-max-content;width:max-content;pointer-events:none}.carousel-item{height:100%;padding:0 10px;pointer-events:auto}.carousel-item img{height:100%;width:auto;-o-object-fit:cover;object-fit:cover;border-radius:8px;pointer-events:none}@media (max-width:768px){.carousel-container{height:auto;background:transparent}.carousel-track{width:100%}.carousel-item{padding:0;min-width:100%;height:auto}.carousel-item img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:0}}