#recollection {
	display: grid;
	grid-template-columns: var(--fourteenCols);
	grid-gap: var(--rowGap) var(--colGap);
	margin-top: var(--rowGutter);
}