/*=== thsn-client-style-1 ===*/
.thsn-client-style-1 {
	text-align: center;
    padding: 30px 20px;
    background: rgb(0 0 0 / 10%);
	border: 1px solid rgb(255 255 255 / 20%);
}
.thsn-client-style-1 .thsn-client-wrapper {
	overflow: hidden;
}
.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%);
}
.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%);
}