#myCarousel {
  max-width: 640px;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#myCarousel .f-carousel__slide img {
  width: 100%;
  height: auto;
}
