/*********************************
 * Specific styling for mobile view on browser and phone
 ********************************/
 
/* Make work modules 100% */
.workModule { 
	width:100% !important;
	max-width:500px;
	margin:0 auto 25px !important;
	float:none !important;
	display:block !important;
}
.workModule img { width:100% !important; }