<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#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%;
}</pre></body></html>