/*
	dw styles
*/

.hideBio {
display: none;
}

ul.partners {
list-style:none;
}

ul.partners li {
float:left;
width:200px;
}

ul.partners li img {
width:100%;
}

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

ul.partners li {
width:25%;
}

	}