.wrapper {
	width: 100%;
	margin: 0 auto;
}
.figure {
	width: 32%;
	float: left;
	margin: 0;
}

figcaption {
	text-align: center;
}

figcaption h2 {
	text-transform: uppercase;
	margin: 15 0;
	font-family: "Verdana";
}

figcaption p {
width: 90%;
margin: auto;
text-size-adjust: 18px;
font-family: Times New Roman;
letter-spacing: 2px;
}

figcaption a{
background: ddd;
text-decoration: none;
color: ddd;
text-transform: uppercase;
display: inline-block;
margin-top: 15px;
padding: 10px 30px;
letter-spacing: 3px;
}

.hover-animation{
	position: relative;
	height: 400px;
	width: 300px;
	margin: 10% auto 0;
	color: fff;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

.hover-animation img{
position: absolute;
height: 400px;
width: 300px;
left: 0;
-webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-ms-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
-transition: opacity 1s ease-in-out;
}

.hover-animation img.img-front:hover {
	opacity: 0;
	cursor: pointer;
}
