.rossmeissl_project_img_one {
	margin-left:0%; 
	margin-bottom:25px;
	position: relative;
	min-height: 1px;
	width: 25%;
	float: left;
	clear: both;
	font-family: 'PatronWEB-Medium', Arial, sans-serif;
	font-size: 18px;
	line-heigt: 22px;
}

.rossmeissl_project_img_two { 
	margin-bottom:50px;
	position: relative;
	min-height: 1px;
	float: left;
	width: 25%;
	margin-left: 25%;
	font-family: 'PatronWEB-Medium', Arial, sans-serif;
	font-size: 18px;
	line-heigt: 22px;
}

.rossmeissl_project_img_three {
	position: relative;
	min-height: 1px;
	float: right;
	width: 75%;
	margin-bottom: 250px;
	font-family: 'PatronWEB-Medium', Arial, sans-serif;
	font-size: 18px;
	line-heigt: 22px;
}

/* IPAD PORTRAIT & IPHONE 6 LANDSCAPE*/
@media only screen and (max-width: 1000px) {

	.rossmeissl_project_img_one {
		width: 48.5%;
		margin-right: 0px;
		margin-left: 0px;
	}
	
	.rossmeissl_project_img_two { 
		width: 48.5%;
		margin-right: 0px;
		float: right;
		margin-left: 0%;
		margin-bottom: 50px;
	}

	.rossmeissl_project_img_three {	
		width: 100% !important;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 150px;
	}

}

/* IPHONE PORTRAIT */
@media only screen and (max-width: 570px) {
	
	.rossmeissl_project_img_one,
	.rossmeissl_project_img_two,
	.rossmeissl_project_img_three {
		width: 100% !important;
		margin-left: 0px!important;
		margin-right: 10px!important;
		margin-bottom: 10px;
		float: left !important;
	}
	
	.rossmeissl_project_img_two {
		margin-bottom: 50px;
	}
	
	.rossmeissl_project_img_three {	
		margin-bottom: 150px;
	}
}
	
	
	
	
