.carousel {
  margin: 0 0 10px 0;
}

.carousel-caption {
  z-index: 10;
  font-size: 1.5em;
  font-weight: bold;
  color: #25D852;
}

.carousel .item {
  background-color: #777;
}
/*
.carousel,
.carousel .item,
.carousel .item-mask,
.carousel-inner > .item > img {
	height:226px;
}
*/
.carousel .item-mask {
	width:100%;
	overflow:hidden;
}

.carousel-inner > .item > .item-mask > img {
  position: absolute;
}

.carousel-caption {
    bottom: 27px;
    text-shadow: 2px 1px 1px rgb(255, 255, 255);
}

/*
@media (min-width: 768px) {
    .carousel,
	.carousel .item,
	.carousel .item-mask,
	.carousel-inner > .item > .item-mask > img {
		height:390px;
	}
}


@media (min-width: 992px) {
	.carousel,
	.carousel .item,
	.carousel .item-mask,
	.carousel-inner > .item > .item-mask > img {
		height:439px;
	}
}

@media (min-width: 1200px) {
	.carousel,
	.carousel .item,
	.carousel .item-mask,
	.carousel-inner > .item > .item-mask > img {
		height:555px;
	}
}
*/
