.customers_home_title_container {
	width: 100%;
	float: right;
	margin-bottom:70px;
}
.customers_home_title {
	width: 100%;
	float: right;
}
/* Media Queries for Desktop
---------------------------------------------------------------*/
@media all and (min-width: 1438px) {
.customers_home_section {
	width: 100%;
	float: left;
	position:relative;
	padding-top:100px;
	padding-bottom:100px;
	background-color:#000;
}
.customers_items {
	width: 40%;
	float: left;
	margin-left:30%;
	margin-right:30%;
	margin-top:70px;
}
.customers_item {
	width: 25%;
	float: right;
	margin-bottom: 80px;
}
.customers_item img {
	width: 100%;
	float: right;
	max-width:100%;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.customers_home_title {

}
}
/* Media Queries for Laptop
-------------------------------------------------------------- */
@media all and (max-width: 1439px) and (min-width: 769px) {
.customers_home_section {
	width: 100%;
	float: left;
	position:relative;
	padding-top:70px;
	padding-bottom:70px;
	background-color:#000;
}
.customers_items {
	width: 70%;
	float: left;
	margin-left: 15%;
	margin-right: 15%;
	margin-top:40px;
}
.customers_item {
	width: 25%;
	float: right;
	margin-bottom: 80px;
}
.customers_item img {
	width: 100%;
	float: right;
	max-width:100%;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.customers_home_title {
	margin-bottom: 0px
}
}
/* Media Queries for Ipad
-------------------------------------------------------------- */
@media (max-width: 768px) and (min-width: 659px) {
.customers_home_section {
	width: 100%;
	float: left;
	position:relative;
	padding-top:50px;
	padding-bottom: 50px;
	background-color:#000;
}
.customers_items {
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:50px;
}
.customers_item {
	width: 25%;
	float: right;
	margin-bottom: 60px;
}
.customers_item img {
	width: 100%;
	float: right;
	max-width:100%;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.customers_home_title {

}
}
/* Media Queries for Tablet
-------------------------------------------------------------- */
@media (max-width: 658px) and (min-width: 481px) {
.customers_home_section {
	width: 100%;
	float: left;
	position:relative;
	padding-top:50px;
	padding-bottom: 50px;
	background-color:#000;
}
.customers_items {
	width: 80%;
	float: left;
	margin-left: 10%;
	margin-right: 10%;
	margin-top:50px;
}
.customers_item {
	width: 25%;
	float: right;
	margin-bottom: 60px;
}
.customers_item img {
	width: 100%;
	float: right;
	max-width:100%;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.customers_home_title {
}
}
/* Media Queries for Phone
-------------------------------------------------------------- */
@media (max-width: 480px) and (min-width: 319px) {
.customers_home_section {
	width: 100%;
	float: left;
	position:relative;
	padding-top:50px;
	padding-bottom: 40px;
	background-color:#000;
}
.customers_items {
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
}
.customers_item {
	width: 25%;
	float: right;
	margin-bottom: 60px;
}
.customers_item img {
	width: 100%;
	float: right;
	max-width:100%;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.customers_home_title_container {
	margin-bottom:30px;
}
.customers_home_title {
}
}
/* Media Queries for Phone Portrait
-------------------------------------------------------------- */
@media all and (max-width:320px) {
.customers_home_section {
	width: 100%;
	float: left;
	position:relative;
	padding-top:50px;
	padding-bottom: 40px;
	background-color:#000;
}
.customers_items {
	width: 90%;
	float: left;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 20px;
}
.customers_item {
	width: 25%;
	float: right;
	margin-bottom: 60px;
}
.customers_item img {
	width: 100%;
	float: right;
	max-width:100%;
	-webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.customers_home_title_container {
	margin-bottom:30px;
}
.customers_home_title {
	margin-bottom: 20px
}
}