.carousel, .carousel-inner, .carousel-item {
  height: fit-content;
  min-height: 300px;
  box-shadow: none;
}

.carousel-item img {
  height: 100%;
  min-height: 300px;
  max-height: 500px;
  object-fit: cover;
}