.slider_text{
	font-size: 50px;
	font-family: proxima-nova, sans-serif;
	line-height: 61px;
	max-width: 768px;
	padding-left: 10px;
	padding-right: 10px;
	color: #fff;
}
.slider_text span{
	background: rgba(0,0,0,.5);
	color: #fff;
}
.carousel__item{
	background-repeat: no-repeat;
	background-size: cover;
	height: 380px;
	display: flex;
	align-items: flex-end;
}
