/*.bootstrap-slideshow {
  height: 500px;
}
.carousel-caption {
  z-index: 10;
}

.bootstrap-slideshow  .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}

@media (min-width: 768px) {

  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }
}
*/