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

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

.matic_project_img_three {
	position: relative;
	min-height: 1px;
	max-height: 500px;
	float: left;
	width: 49.75%;
	padding-top: 250px;
	margin-left: 0.25%;
	margin-bottom: 450px;
	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) {
	
	.matic_project_img_one {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.matic_project_img_two{
		width: 48.5%;
		margin-right: 0px;
		margin-left: 0px;
	}
	
	
	.matic_project_img_three {
		width: 48.5%;
		margin-right: 0px;
		float: right;
		margin-left: 0%;
		padding-top: 100px;
		margin-bottom: 150px;
	}
}

/* IPHONE PORTRAIT */
@media only screen and (max-width: 570px) {
	
	.matic_project_img_one,
	.matic_project_img_two,
	.matic_project_img_three {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		margin-bottom: 50px;
		float: left;
		padding-top: 0px !important;
	}
	
	.matic_project_img_three {	
		margin-bottom: 150px;
	}
	
}


