.carousel-viewport {
  aspect-ratio: 16 / 9;
}

.carousel-track {
  display: flex;
  height: 100%;
  transition: transform 550ms cubic-bezier(.22, .68, .15, 1);
}

.carousel-slide {
  flex: 0 0 100%;
  min-width: 0;
  height: 100%;
  margin: 0;
}

.pumpkin-carousel:not(.is-enhanced) .carousel-slide:not(:first-child) {
  display: none;
}

.pumpkin-carousel .carousel-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  user-select: none;
  -webkit-user-drag: none;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-track {
    transition: none;
  }
}
