@charset "utf-8";
/* CSS Document */








@media only screen and (max-width: 1199px) and (min-width: 750px)  {

	/*set content area padding*/
	#team section.contentleft {padding:40px 40px 40px 0;}
	
	/*make space for the image*/
	#team section.contentleft .section-inner {padding:0 0 0 310px;position:relative;}
	
	/*move image to the left of the text*/
	#team section.contentleft .section-inner img {position:absolute;left:0;top:0;}
	
}





@media (min-width: 1200px) {

	/*set content area padding*/
	#team section.contentleft {padding:40px 40px 40px 0;}
	
	/*make space for the image*/
	#team section.contentleft .section-inner {
		padding:0 0 0 310px;
		position:relative;
		min-height:30vh;
	}
	
	/*move image to the left of the text*/
	#team section.contentleft .section-inner img {position:absolute;left:0;top:0;}

}