/*=== thsn-client-style-1 ===*/
.thsn-client-style-1 .thsn-client-wrapper {
	overflow: hidden;
	display: block;
}
.thsn-client-style-1 .thsn-client-with-hover-img .thsn-featured-wrapper,
.thsn-client-style-1 .thsn-client-hover-img {
	-webkit-transition: -webkit-transform .4s ease;
	transition: -webkit-transform .4s ease;
	-o-transition: transform .4s ease;
	transition: transform .4s ease;
	transition: transform .4s ease, -webkit-transform .4s ease;
}
.thsn-client-style-1 .thsn-client-hover-img {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	transform: translateY(-100%);
	display: block;
    text-align: center;
    width: 100%;
}
.thsn-client-style-1 .thsn-client-with-hover-img .thsn-client-hover-img {
	transform: translateY(-100%);
}
.thsn-client-style-1 .thsn-client-with-hover-img:hover .thsn-client-hover-img {
	visibility: visible;
	transform: translateY(0);
}
.thsn-client-style-1 .thsn-client-with-hover-img:hover .thsn-featured-wrapper {
	transform: translateY(100%);
}
/*--- Responsive ---*/
@media(max-width:767px) {
	.thsn-client-style-1 .thsn-client-with-hover-img .thsn-client-hover-img,
	.thsn-client-style-1 .thsn-client-wrapper {
		width: 100%;
	}
}