.gallery {
	flex: none;
	border-left:  thin solid currentColor;
	border-right: thin solid currentColor;
	width: 3.5in;
	height: 5.5in;
	overflow: hidden;
	position: relative;
}

.gallery figure {
	margin: 0 8px 6px;
	width: 320px;
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0;
}

.gallery figure img {
	width: 234px;
	height: 342px;
	object-fit: contain;
	margin-bottom: 4px;
}

.gallery figure figcaption {
	font-variant: small-caps;
}
