/*******************************************
 * Image Control
 ******************************************/

#image {
	display: flex;
	justify-content: space-between; 
   	flex-wrap: wrap;
}

#image .item {
	position: relative;
	width: 47.99999%;
	padding: 0;
	margin: 1%;
}

#image .item .caption {
	position: absolute;
	bottom: 0;
	color: white;
	background-color: rgb(0,0,0, .5);
	padding: 5px;
	width: 100%;
}

#image.eyebrows .item {
	width: 22%;
}
