

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

/* Carousel base class */
#SlideInfo {
  position: relative;
    height: 880px;
    width: 50%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right:  0px;
    padding-bottom:  0px;
  
  
  
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: auto;
}

/* Declare heights because of positioning of img element */
#SlideInfo .item {
  height: 880px;
  background-color: #ffffff;
}
#SlideInfo > .carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  
  height: 880px;
}

 /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

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


@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

@media (max-width: 780px) {
  #SlideInfo {
   width: 100%;
  }
}