.clients div {
	width: 190px;
	padding: 13px 20px;
	float: left;
	padding: 0 !important;
	background: none !important;
}
.clients a {
	display: block;
	height: 106px;
	position: relative;
	overflow: hidden;
}
.clients div a img {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	margin-top:0;
	-webkit-transition-duration: 0.6s;
	-moz-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
}
.clients div a img:first-child {
	opacity: 1;
}
.clients div a:hover img {
	opacity: 1;
}
.clients div a:hover img:first-child {
	opacity: 0;
}
.our_clients {
	pointer-events: none;
}