#sectionAbout { 
	background-image:url('../graphics/upsyDaisy.png');
	background-repeat: repeat-x;
	background-position:center;
}
img.about {
	float:right;
	height:100%; 
	max-height:31.25em;
	padding-left:2.5%; 
}	


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