#customCarousel .carousel-item img {
    width: 100%;
    height: 60vh;
    object-fit: cover;
  }

   @media (max-width: 768px) {
    #customCarousel .carousel-inner,
    #customCarousel .carousel-item img {
      height: 280px;
      max-height: 280px;
    }
  }

  @media (max-width: 576px) {
    #customCarousel .carousel-inner,
    #customCarousel .carousel-item img {
      height: 200px;
      max-height: 200px;
    }
  }