.home-carousel-one .owl-item .slide > .container {

}
.home-carousel-one .recipe-details-wrapper {
	position: absolute;
	top: 0 !important;
	left: 0;
	width: 100%;
	height: 100%;
	transform: none;
	float: none;
}
.home-carousel-one .recipe-details-wrapper > .inner {
	height:100%;
	/*width:100%;*/
	display:table;
}
.home-carousel-one .recipe-details-wrapper > .inner > .inner-inner {
	vertical-align:middle;
	width: 100%;
	height:100%;
	display:table-cell;
}
.home-carousel-one .recipe-details-wrapper .recipe-title {
	text-shadow: 1px 1px 0px #007780;
}
.home-carousel-one .recipe-details-wrapper .recipe-caption {
	margin-bottom: 15px;
}
@media(max-width: 767px){
	.home-carousel-one .recipe-details-wrapper .recipe-title {
		font-size: 28px;
	}
}