/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  border: 1px solid #dddddd;
  padding: 2px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  background: rgb(0, 0, 0, 0.5);
  z-index: 10;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  padding: 0.5em;
}
.carousel-caption p {
  margin: 0;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 12rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 12rem;
}
#cmcCarousel .carousel-item {
  height: auto;
}
#mainCarousel .carousel-indicators {
  right: 1em;
  bottom: auto;
  left: auto;
  top: 0.5em;
  margin: 0;
}

/* MARKETING CONTENT
-------------------------------------------------- */

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

@media (min-width: 768px) {
  .carousel-item {
    /* height: 25rem; */
    height: 29rem;
  }
  .carousel-item > img {
    /* height: 25rem; */
    height: 29rem;
  }
  .carousel-caption {
    padding: 1em;
  }
}
