img ~ img {
	margin-top: 2px;
}

figure {
	text-align: center;
	width: 100%;
}

main figure {
	margin-bottom: 2vw;
}

article > figure img {
	border: #ededed 1px solid;
}

figcaption {
	padding: calc(4px + 1.5625vw);
}

@media (min-width:480px){
	figcaption {
		padding: calc(4px + 1.5625vw);
	}
}

div.contain {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-gap: 3px;
}

div.contain img {
	border: #ccc 1px solid;
	padding: .6rem;
}