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

.rehmroediger_project_img_two {
	position: relative;
	min-height: 1px;
	max-height: 500px;
	margin-bottom: 100px;
	float: left;
	width: 48%;
	margin-right: 0px;
	margin-left: 0px;
	font-family: 'PatronWEB-Medium', Arial, sans-serif;
	font-size: 18px;
	line-heigt: 22px;
}

.rehmroediger_project_img_three {
	position: relative;
	min-height: 1px;
	float: right;
	padding-top: 300px;
	width: 25%;
	margin-bottom: 20px;
	font-family: 'PatronWEB-Medium', Arial, sans-serif;
	font-size: 18px;
	line-heigt: 22px;
}

.rehmroediger_project_img_four {
	position: relative;
	min-height: 1px;
	float: left;
	width: 48%;
	margin-right: 0;
	margin-left: 25%;
	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) {
	
	.rehmroediger_project_img_one {
		width: 100% !important;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.rehmroediger_project_img_two{
		width: 75%;
		margin-right: 0px;
		margin-left: 0px;
		margin-bottom: 20px;
		float:right;
	}
	
	
	.rehmroediger_project_img_three {
		width: 50%;
		margin-right: 0px;
		float: left;
		margin-left: 0%;
		padding-top: 0px;
	}
	
	.rehmroediger_project_img_four {
		padding-top: 150px;
		width: 75%;
		float:left;
		margin-bottom: 150px;
		padding-top: 0px;
	}
}


/* IPHONE PORTRAIT */
@media only screen and (max-width: 570px) {
	
	.rehmroediger_project_img_one,
	.rehmroediger_project_img_two,
	.rehmroediger_project_img_three,
	.rehmroediger_project_img_four {
		width: 100% !important;
		margin-left: 0px!important;
		margin-right: 10px!important;
		margin-bottom: 10px;
		float: left !important;
	}
	
	
	.rehmroediger_project_img_four {
		margin-bottom: 150px;
		padding-top: 0px;
	}
	
	.rehmroediger_project_img_three {
		padding-top: 0px;
	}
	
}


