.details {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.grid-caption {
	max-height: 10%;
	max-width: 100%;
}

.grid-caption p {
	max-width: 100%;
	font-size: 0.8em;
	text-align: center;
	color: black;
	padding-bottom: 10px;
}
