.site-clients {
	margin: 0;
	display: block;
	clear: both;
	text-align: center;
}

.site-clients figure {
	display: inline-block;
	float: none;
	overflow: hidden;
	margin: 0 10px;
	padding: 20px 0;
}

.site-clients figure img {
	max-width: 200px;
	max-height: 133px;
}

html {
	overflow-y: hidden!important;
}