/* photoContainer container */
.photoContainer {
  position: relative;
  margin:0 auto;
  padding:0;
}

#sectionWork { 
	background-image:url('../graphics/workBoots.png');
	background-repeat: repeat-x;
	background-position:center;
}

img.work {
	width:0 auto;
	height:100%; 
	max-height:31.25em;
	padding:0 2.75%; 
}	

/* On smaller screens */
/* smaller fixed width to accommodate change from 86.6em to 62.3% of screen width */  
@media (max-width:70em) {
	img.work { max-height:27em; }	
}
@media (max-width: 54em) {
	#sectionWork {
		background-image:url('../graphics/workBootsSm.png');
		background-repeat: repeat-x;
		background-position:center;
		}
		img.work { max-height:22em; padding:0 1.5%; }	
}

/* mobile with hamburger menu */
@media (max-width:41em) {
	img.work { max-height:17em; padding:0 0.5%; }
}