#body{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#FeatureList {margin:0 10px;text-align:center;}
#FeatureList ul{list-style:none;margin:0;}
#FeatureList ul li{
	list-style:none;
	width:46%;
	margin:0 1%;
	padding:2%;
	display:inline-block;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
#FeatureList img {width:100%;margin-bottom:2px;}
#client{margin:0 20px;}
.client{margin:0 0 0 3px;display:inline-block;}
.client img{width:auto;height:40px;}

@media all and (min-width: 320px) {#FeatureList ul li{width:46%;}}
@media all and (min-width: 480px) {#FeatureList ul li{width:28%;}}
@media all and (min-width: 640px) {}
@media all and (min-width: 960px) {#FeatureList ul li{width:20%;margin:0 1.5% 0 1.5%;}}