.overlay {
	background: #000000 !important;
	background: linear-gradient(90deg, rgba(0, 0, 0, 1) 1%, rgba(0, 0, 0, 0) 100%) !important;
}
div.overlay-left {
	position: absolute;
    height: 100%;
    width: 40%;
    top: 0;
    left: 0;
    padding: 20px;
    align-content: center;
}
div.carousel-place {
	position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 20px;
    background: #000;
    color: #FFF;
    opacity: 0.7;
}
.carousel {
	height: 70vh;
	overflow: hidden;
	position: relative;
}
.carousel-inner {
	overflow: hidden;
	height: inherit;
}
.carousel-title {
	color: #FFF;
	left: 20%;
}
.carousel-image {
	height: auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: -40px;
}
.carousel-description {
	z-index: 9999;
	font-size: 20px;
}
.carousel-description p {
	color: #FFF;
}
.carousel-description-overlay {
	background-color: #011538;
	opacity: 0.5;
	top: 75%;
	z-index: 9998;
	height: 150px;
	position: absolute; 
	width: 70%;
	left: 15%;
}