.col-fancy-box-image{
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.col-fancy-box-image img{
	display: block;
	width: 90%;
	box-shadow: 5px 5px 10px 1px rgba(0,0,0,.45);
	margin: auto;
	
}
.image-box-title{
	margin-top: 15px;
	margin-bottom: 2px;
	color: #000;
	font-size: 25px;
	font-weight: 600;
}
.image-box-description{
	color: #bfbfbf;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 3px;
}