.glauber_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;
}

.glauber_project_img_two {
	position: relative;
	min-height: 1px;
	max-height: 500px;
	margin-bottom: 20px;
	float: left;
	width: 49%;
	margin-right: 1.75%;
	margin-left: 0.25%;
	font-family: 'PatronWEB-Medium', Arial, sans-serif;
	font-size: 18px;
	line-heigt: 22px;
}

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

.glauber_project_img_four {
	position: relative;
	min-height: 1px;
	float: left;
	clear:both;
	width: 24%;
	margin-right: 1%;
	padding-top: 250px;
	font-family: 'PatronWEB-Medium', Arial, sans-serif;
	font-size: 18px;
	line-heigt: 22px;
}

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

.glauber_project_img_six {
	position: relative;
	min-height: 1px;
	float: right;
	width: 24%;
	margin-left: 1%;
	margin-bottom: 100px;
	padding-top: 100px;
	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) {
	
	.glauber_project_img_one {
		width: 100% !important;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.glauber_project_img_two{
		width: 48.5%;
		margin-right: 0px;
		margin-left: 0px;
	}
	
	
	.glauber_project_img_three {
		width: 48.5%;
		margin-right: 0px;
		float: right;
		margin-left: 0%;
		margin-bottom: 150px;
	}
	
	.glauber_project_img_four {
		padding-top: 150px;
	}
	
	.glauber_project_img_five {
		width: 48.5%;
	}
	
	.glauber_project_img_six {
		margin-bottom: 50px;
		padding-top: 200px;
	}	
}


/* IPHONE PORTRAIT */
@media only screen and (max-width: 570px) {
	
	.glauber_project_img_one,
	.glauber_project_img_two,
	.glauber_project_img_three,
	.glauber_project_img_four,
	.glauber_project_img_five,
	.glauber_project_img_six {
		width: 100% !important;
		margin-left: 0px!important;
		margin-right: 10px!important;
		margin-bottom: 10px;
		float: left !important;
	}
	
	.glauber_project_img_six {
		margin-bottom: 0px;
	}
	
	
	.glauber_project_img_three {
		margin-bottom: 150px;
	}
	
	.glauber_project_img_four,
	.glauber_project_img_six {
		padding-top: 0px;
	}
	
}


