figure {
	position: relative;
	margin: 0 10px 20px 10px;
}

figcaption {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	text-align: center;
	margin: 0;
	padding: 8px;
	font-weight: 700;
	color: #fff;
	background-color: rgba(209, 215, 0, 0.5);
}

.gallery:after {
	content: '';
	display: block;
	clear: both;
}

.gallery-sizer,
.gallery-item {
	width: 25%;
}

.gallery-item img {
	display: block;
	width: 100%;
}