.carousel-item {
  padding-bottom: 2rem;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 600px) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    /* margin-bottom: 0.4rem;
    font-size: 0.6rem;
    line-height: 0.7; */
    display: none;
  }

  .featurette-.carousel-item {
    min-height: 5rem;
  }

  .carousel-caption h1 {
    font-size: 1rem;
  }
  
  .carousel-caption {
    bottom: 0.5rem; /* 3rem; */
    z-index: 10;
  }

  .carousel-control-prev {
    display: none;
  }

  .carousel-control-next {
    display: none;
  }

  .carousel-inner {
    max-height: 30rem;
  }

}


