#sectionServices { 
	background-image:url('../graphics/iLoveDirt.png');
	background-repeat: repeat-x;
	background-position:center;
}
img.services {
	float:right;
	height:100%; 
	max-height:31.25em;
	padding-left:2%; 
}	

/* smaller fixed width to accommodate change from 86.6em to 62.3% of screen width */  
@media (max-width:70em) {
	img.services { max-height:27em; }	
}
@media (max-width: 54em) {
	#sectionServices { 
		background-image:url('../graphics/iLoveDirtSm.png');
		background-repeat: repeat-x;
		background-position:center;
	}
	img.services { max-height:22em; }	
}
/* mobile with hamburger menu */
@media (max-width:41em) {
	img.services { display:none; }
}
