.carousel {
 margin: 10px auto;
 max-width: 1232px;
 position: relative;
}
.carousel-item img {
  height: auto;
  display: block;
}
.carousel-nav {
  position: absolute;
  bottom: 50%;
  z-index: 4;
  width: 100%;
}
.carousel-nav a {
  text-decoration: none;
  font-size: .8em;
  background: #000;
  color: #fff;
  opacity: .8;
  padding: .5em;
  position: absolute;
  bottom: 0;
  font-weight: bold;
}
.carousel-nav a.prev {
  left: 0;
}
.carousel-nav a.next {
  right: 0;
}
.carousel-nav-paginated .carousel-active-page a {
	background: #333;
	color: #fff;
	opacity: .8;
}