#myCarousel {
  width: 327px;
  padding: 5px 5px 0px 5px;
}

#myCarousel .f-carousel__slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

#myCarousel .f-carousel__slide img {
  width: 100%;
  height: auto;
}
