/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.product-header-carousel.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.product-header-carousel.carousel-item {
  height: 36rem;
  background-color: #777;
}
.product-header-carousel.carousel-item > img {
  position: absolute;
  width:100%;
  height:auto;
}

.product-header-carousel.carousel-indicators {
  top: auto;
  right: 1.5rem;
  bottom: 1.5rem;
  left: auto;
  width: 1rem;
  margin-left: 0;
}

.product-header-carousel.carousel-indicators > li {
  margin-bottom: .25rem;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 36em) {
  .product-header-carousel.carousel-item > img {
    position:absolute;
    height: 100%;
  }
}


@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

