.home-page-carousel .carousel  {
	position: relative;
}

.home-page-carousel .carousel  > div.carousel-inner > div.item.active > div.carousel-caption {
	 position: absolute;
	 right: 0px;
	 left: 68.5%;
	 top: 0px;
	 background-color: #313131;
	 height: 100%;
	 z-index: 99999;
	 padding-top: 4%;
	 padding-right: 2%;
	 padding-left: 2%;
	 text-align: left;
}

@media (max-width: 999px) {
	.home-page-carousel .carousel > div.carousel-inner > div.item.active > div.carousel-caption {
		position: absolute;
		right: 0px;
		left: 0px;
		top: 0px;
		height: 14em;
	}
	div.carousel .home-page-carousel,
	.home-page-carousel .carousel > div.carousel-inner {
		height: 14em;
	}

	.home-page-carousel .carousel > ol.carousel-indicators {
		position: absolute;
		margin: 0 !important;
		left: 10px !important;
		top: 10px !important;

	}
}


.home-page-carousel .carousel > ol.carousel-indicators {
	width: 100px;
	position: absolute;
	top: 2em;
	left: 100%;
	text-align: left;
	height: 2em !important;
}

.home-page-carousel .carousel > a.carousel-control {
	display: none;
}