figure {
	position: relative;
	overflow: hidden;
	width: 271px;
	height: 326px;
	margin: 0;
}
figcaption {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 271px;
	height: 326px;
	background: rgba(0,0,0,.6);
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transition: .5s;
	transition: .5s;
	opacity: 0;
	margin: 0;
}
figure:hover figcaption {
	width: 271px;
	height: 326px;
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
	margin: 0;
}
figcaption h3{
	color: #FFFFFF;
	font-size: 48px;
	margin-top: 120px;
}
figcaption p{
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	margin: 4px 10px;
}
