
#LSMAcarousel1 {
  position: relative;
    height: 1000px;
    width: 100%; 
}

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

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

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

/* Declare heights because of positioning of img element */
#LSMAcarousel2 .item {
  height: 880px;
  background-color: #777;
}
#LSMAcarousel2 > .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) {
  #LSMAcarousel2 {
   width: 100%;
  }
}