/* CSS Document */
.carousel {
  height: 500px;
  margin-bottom: 20px;
}

.carousel-inner .item { background:none; border: none; max-height: 100%; min-height: 100px; background-size: cover; background-position: center center; }


/* NAVIGATION */

.carousel-control.left { background:none; }
.carousel-control.right { background:none; }
