@charset "UTF-8";
/* CSS Document */

/* Carousel base class */
.carousel {
  height: 400px;
  margin-bottom: 0;
}

/* 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: 400px;
  background-color: #12150C;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  min-width: 50%;
  height: 400px;
  margin: auto;
}