#wrapper {
	margin: auto;
	width: 960px;
	font-family: Helvetica;
}

#banner {
	position: relative;
	width: 100%;
	background-color: #4A0001;
	color: white;
	font-style: italic;
	font-size: 72px;
	text-align: center;
	vertical-align: center;
}

#list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin-top: 40px;
}

.item {
	display: flex;
  	align-items: center;
  	justify-content: center;
	width: 320px;
	height: 360px;
}

.item_content {
	width: 300px;
	height: 340px;
}

.item_content_img {
	position: relative;
	margin: auto;
	width: 100%;
	height: 80%;
}

.item_content_footer {
	width: 100%;
	height: 20%;
	text-align: center;
	font-family: Georgia;
	color: gray;
	font-weight: 100;
	padding-top: 16px;
	letter-spacing: 1px;
}