.card-container{
	margin: 50px auto;
	width: 1080px;
}

.card{
	height: 220px;
	width: 350px;
	margin: 5px;
}

.card > figure.front{
	padding: 30px;
}

.card > figure.front > figcaption{
	font-size: 26px;
	font-weight: bold;
}

.card > figure.back div.thumb img{
	height: 180px;
	width: 350px;
}

.card > figure.back figcaption{
	height: 40px;
	font-size: 26px;
}

#zoom-window {
	padding-top: 100px;
}

#zoom-window > figure{
	padding: 30px;
	max-width: 1200px;
	max-height: 90%;
}

#zoom-window > figure > div.close-button-container {
	top: 15px;
	right: 60px;
}

#zoom-window > figure > figcaption{
	padding: 30px;
}