.art-carousel {
  width: 100%;
  height: 100%;
  --slide-height: 100vh;
  --slide-spacing: 1rem;
  --slide-size: 100%;
}

.art-carousel .embla__viewport {
  height: 100%;
}

.art-carousel .embla__container {
  height: 100%;
  flex-direction: column;
}

.art-carousel .embla__slide {
  height: 100%;
  padding: 0;
}

.art-carousel img {
  width: 100%;
  height: calc(100% - 40px);
  object-fit: contain;
  margin: 20px 0;
}
