.home-banner {
	width:100%;
	position:relative;
}
.carousel {
	margin-bottom: 0;
}
.carousel-caption {
	bottom: 10rem;
	z-index: 10;
	text-align:right;
}
.carousel-caption h3 {
	font-size:40px;
	color:#fff;
	line-height:60px;
	font-weight:400;
}
.carousel-caption h3 span {
	display:block;
}
.carousel-item {
	height: 30rem;
}
.carousel-item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 30rem;
}
@media screen and (max-width:768px) {
.carousel-item {
	height: 15rem;
}
.carousel-item > img {
	width: 100%;
	height: 100%;
}
.inn-txt-row img {
	float:none;
	width:100%;
	margin-left:0;
	margin-bottom:10px;
}
}
