.carousel-item {
    position: relative;
    height: 92vh;
    object-fit: contain;

  }

  @media only screen and (max-width: 600px) {
    .carousel-item {
      position: relative;
      height: 100%;
    }
  }