.carousel {
  	margin-bottom: 0px;
}
.carousel .container {
	position: relative;
	z-index: 1;
}
.carousel-control {
	width: 5%;
	height: 180px;
	margin-top: 0;
	font-size: 40px;
	line-height: 180px;
	background-color: transparent;
	border: 0;
	z-index: 2;
	opacity: 1;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none !important;
}
.carousel .item {
	height:auto;
}
.carousel img {
	position:relative;
}
.carousel-caption {
	background-color: transparent;
	position:relative;
	text-shadow: none;
	margin: 0px ;
	padding: 0px;
}
.carousel-caption h2 {
	position:absolute;
	width: 100%;
	padding: 10px;
	margin: 0px;
	background: rgba(171, 0, 64, 0.75);
	font-size: 24px;
	line-height: 25px;
	font-weight: 200;
	color: white;
	bottom: -10px;
	right: 0px;
}
.carousel-caption h2 a {
	color: white;
}
.carousel-caption h2 a:hover {
	color: white;
	background:none;
}
.carousel-caption h2:hover {
	background: rgba(51, 51, 51, 0.75);
}
@media only screen and (min-width : 992px){
	.carousel {
		height: 600px;
	}
	.carousel-control {
		height: 600px;
		line-height: 600px;
	}
	.carousel .item {
		height: 600px;
	}
	.carousel img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		min-width: 1600px;
		height: auto;
	}
	.carousel-caption {
		background-color: transparent;
		position: static;
		text-shadow: none;
		height:170px;
		margin: 183px 0 0 0;
	}
	.carousel-caption h2 {
		position:absolute;
		width: auto;
		font-size: 28px;
		line-height: 28px;
		text-align: right;
		right: 15px;
	}
}
@media only screen and (min-width : 2200px){
	.carousel {
		height: 800px;
	}
	.carousel-control {
		height: 800px;
		line-height: 800px;
	}
	.carousel .item {
		height: 800px;
	}
	.carousel-caption {
		margin: 383px 0 0 0;
	}
}
	
@media only screen and (max-width : 480px){
	.carousel {
  		margin-top: 0px;
	}
	.carousel-caption h2 {
		position:relative;
		background: rgba(171, 0, 64, 1);
		font-size: 18px;
		line-height: 18px;
	}
}