.carousel {
  height: 660px;
  margin-bottom: 0px;
}
.carousel-caption {
  z-index: 10;
}
.carousel .item {
  height: 660px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 660px;
}
.carousel-caption {
  top: 250px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  z-index: 10;
}
.carousel-caption h1 {
  font-size: 33px;
  text-shadow: 2px 2px #392f28;
}
.carousel-caption p {
  font-size: 18px;
  text-shadow: 2px 2px #392f28;
}

@media (max-width: 768px) {
#slider {
  height: 290px;
}	
.carousel {
  height: 300px;
}
.carousel .item {
  height: 300px;
}
.carousel-inner > .item > img {
  height: 300px;
}
.carousel-caption {
	display: none;
}
}

