.caption-title {
	text-transform: capitalize;
	font-weight: bold;
	padding: 10px;
	display: table;
	overflow: hidden;
	text-align:center;	
	position: relative;	
}
.caption-descript {
	bottom: 0px;
	left:0;
	right:0;
	line-height: 25px;
	position: absolute;
	padding:10px;	
}
.captionOrange {
	height: inherit;
	padding-top: 2px;
}