/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */


.carousel-indicators{
    bottom: 0px;
    position:relative;
}    


/* Declare heights because of positioning of img element */
.carousel .item {
  margin-top:20px;
  height: 350px;
  z-index:10;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
}

