.mainDiv {
	width: 100%;
	height: 300px;
}

#carouseImagesBiens {
	width: 100%;
	height: 700px;
	float: left;
	/*box-shadow: 0px 3px 6px rgba(0,0,0,0.16);*/
}

.carouselContainer {
	position: relative;
	z-index: 0;
}

.carouselImage {
	width: 100%;
	min-height: 700px;
	max-height: 700px;
	margin-left: -15px;
}

.carousel-control {
	/*position: absolute;*/
	left: 200px; /* pushes the *icon in the middle of the height */
	right: 20%;
	/*z-index: 5;*/
	/*display: inline-block;*/
}