#thumbnail {
	width: 100%;
	height: auto;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

figure:first-of-type {
	margin-top: 6rem;
}

figure img {
	width: 100%;
	height: auto;

	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

figcaption {
	font-size: 1rem;
	font-weight: 500;
	line-height: 120%;
	margin-top: 0.5rem;
	color: var(--primary);
}
