.card {
	width: 100%;
	height: 480px;
	overflow:hidden;
}
.card .front{
}
.card .back{
}
.card img{
	position:absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
}
.card > .back{
	word-wrap: break-word;
}