@media (max-width: 750px) {
	/* On mobile, remove floats and center images */
	#content img {
		float: none;
		display: block;
		width: 100%;
		max-width: 100%;
		margin: 0 auto 15px auto;
	}
	
	/* Clear floats from parent containers */
	#content > div > div > div {
		clear: both;
		overflow: visible;
	}
}