.img_cont { /* Adjust <div> for image/text containers. */
	max-width: 50%;
	font-style: italic;
	float: right;
	margin: 0.6em 0 0.6em 1em; /* top right bottom left */
}

.cap { /* Adjust <span> surrounding text for each image. */
	display: block;
	/* This hack wraps the text to the width of the biggest image in the overall container. */
	width: 0;
	min-width: 100%;
}
