#content-well figure.image {
	width: 100%;
}

@media (min-width:992px){
	
	#content-well figure.image {
		width: 33%;
    	float: right;
   	 	margin-left: 20px;
		margin-bottom:20px;
	}
	
}

#page figure.image figcaption {
	margin-top: 10px;
    font-size: 90%;
    line-height: 90%;
}