.services_pricing_container{
	position: relative;
}
.pricing_item{
	position: relative;
	margin: 0px 0px 3px 0;
	float: left;
	overflow: hidden;
	width: 100%;
	background-size: cover;
	background-position: center center;
}
.pricing_item_wash {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 0%;
	background-color: rgba(255, 255, 255, .6);
}
.pricing_item_content {
	position: relative;
	padding: 20px 5%;
	width: 90%;
	display: block;
}
.pricing_item_content h2{
	color: #222;
}

/* =============================================================================
   ----------/////////  MEDIA QUERRIES  /////////------------
   ========================================================================== */
@media screen and (max-width: 1200px) {

}
@media screen and (max-width: 979px) {

}
@media screen and (max-width: 859px) {
	
}
@media screen and (max-width: 767px) {

}
@media screen and (max-width: 640px) {
	
}
@media screen and (max-width: 479px) {

}