.spotlight_infographics {
	padding: 10px;
	margin: 0; 
	list-style: none;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
} 
.spotlight_graphic {
	/* border: 1px solid grey; */
	box-sizing: content-box;
	position: relative;
	background: white;
	padding: 10px;
	width: 250px;
	height: 250px;
}
