.image-overlay{
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,.5);
	height:100%;
	width:100%;
}
.userss-slide-wrap{
	position:relative;
}
.users-slide{
	float:left;
	width:50vw;
	position:relative;
	text-align:center;
	margin-right:30px;
	border:1px solid #efefef;
	padding:30px 60px 60px 60px;
	border-radius:12px;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background:#fff;
	opacity:.2;
	list-style:none;
	margin-left:0;
	margin-right:0;
}
.users-slide .image-overlay{
	border-radius:12px;
}
.users-slide:last-child{
	margin-right:0 !important;
}
.users-slide-wrap{
	overflow:hidden;
	position:relative;
	margin-left:0;
}
.users-slide-piece{
	left:25vw;
	position:relative;
	width:999999999999999999vw;
}
.users-slide.active{
	opacity:1;
	transition:all .5s;

}
.users-slide a.cta-btn{
	margin-top:30px;
}
.users-slide .blog-cat{
	top:30px;
	left:30px;
}
.next-users, .prev-users, .next-usercover, .prev-usercover{
	height:43px;
	width:43px;
	position:absolute;
	top:60%;
	left:90px;
	z-index:3;
	cursor:pointer;
}
.next-users{
	background:url('../images/white-arrow.png');
	background-size:50% !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	background-color:#1c7c82;
	padding:20px;
	border-radius:90%;
}
.prev-users{
	background:url('../images/white-arrow.png');
	background-size:50% !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	transform:rotate(180deg);
	background-color:#1c7c82;
	padding:20px;
	border-radius:90%;
}
.next-usercover, .prev-usercover{
	opacity:.8;
	z-index:2;
	background:#fff;
	border-radius:90px;
	
}
.next-usercover.active, .prev-usercover.active{
	z-index:4;
}
.next-users, .next-usercover{
	right:90px;
	left:unset;
	
}
.users-slide-info{
	position:relative;
	width:85%;
	padding-left:15px;
}
.users-slide-info h5{
	color:#fff;
	margin-bottom:0;
}
.users-slide-info p.small{
    font-family: "InterLight";
	font-size:18px;
	font-weight:normal;
	letter-spacing:-0.44px;
	color:#fff;
	line-height:24px;
	margin:0;
}
.member-logo{
	width:250px;
    height: 170px;
    display: block;
    margin: 0 auto;
	background-size:contain !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
}
.users-slide h5{
	margin-top:20px;
	margin-bottom:30px;
}