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

/* Carousel base class */
.carousel {

  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

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

}






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

@media (min-width: 768px) {


}

@media (min-width: 992px) {

}
