html > body > main > section > figure {
	width: 300px;
	height: 300px;
}

html > body > main > section > figure > img {
	position: relative;
	width: 100%;
	height: 100%;
}

html > body > main > section > figure {
	float: left;
}

html > body > main > h2,
footer {
	float: initial;
	clear: both;
}
