.carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 600px;
}

.carousel__wrapper {
  display: flex;
  transition: transform ease-in-out;
}

.carousel__slide {
  min-width: 100%;
}

.carousel__slide img {
  width: 100%;
  height: auto;
}
