section {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
}

.item {
	border: 1px black solid;
	margin: 12px;
	width: 128px;
	height: 128px;
}

.thumbnail {
	height: 128px;
}
