.static-titles				{ border-bottom:5px solid #e8ecb4; background:#FFFFFF url(backgrounds/about-banner.jpg) no-repeat 50% 40%; background-size:cover; color:#FFFFFF; }

/** RESPONSIVE **/
@media screen and (max-width:660px){
	
	.team-wrapper .team-member						{ font-size:0.8em; }
	.team-wrapper .team-member .image				{ width:200px; }
	.team-wrapper .team-member .text-wrapper		{ margin:0px 0px 0px 250px; }
	
}

@media screen and (max-width:540px){
	
	.team-wrapper h2								{ text-align:center; }
	.team-wrapper .team-member						{ width:90%; font-size:1em; margin:30px auto 0px auto; }
	.team-wrapper .team-member .image				{ width:100%; border:none; }
	.team-wrapper .team-member .text-wrapper		{ margin:20px 0px 0px 0px; }
	
}


.about-image img 							{ width:100%; max-width:480px; max-height:640px; margin:10px 0px; }