#myCarousel {margin-bottom: 20px;
min-height: 200px;
}


.item img {
	width:100%;
	min-height: 200px;
}
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	opacity:1;
}
.carousel-control.left {
	top:40%
}
.carousel-control.right {
	top:40%
}
.carousel-caption {
	top: -1px;
	bottom: 35%;
	text-align: right;
	height: 160px;
	line-height:inherit;
}
.carousel-caption h2 { 
	font-size: 45px;
    font-size: 3.8vw;
	line-height:160%;
	color: #fff;
	opacity: 1;
}
.carousel-caption h2 span {
	background: #ccc;
	padding: 10px 20px;
	border-radius: 10px 10px 10px 10px;
	opacity: .5;
}
p.caption {
	padding: 6px 20px;
	text-shadow: none;
	color: #666666;
	background: #ccc;	
	border-radius: 7px ;
	font-size: 25px;
    font-size: 2.0vw;
	opacity: .7;
}






html body div#myCarousel.carousel.slide div.carousel-inner div.item.active div.container div.carousel-caption p a.btn.btn-danger {	font-size: 15px;
    font-size: 1.3vw;}