figure {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

figure figcaption {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	background-color: white;
	color: red;
	z-index: 10;
	font-weight: 900;
	font-size: 12pt;
}