.sts-slide.active{
    display:block;
}
.sts-prev,.sts-next{
    position:absolute;
    top:50%;transform:translateY(-50%);
    background:none;
    border:none;
    font-size:2em;
    cursor:pointer;}
.sts-prev{
    left:10px;
}

.sts-next{
    right:10px;
}

.sts-slide {
    text-align: center;
    margin: 0 44px !important; 
    display:none;
    padding:20px;
    text-align:center;
}

.sts-slide img{
	width: 90px !important;
	border-radius: 50px !important;
}

.sts-slider{
	width: 47% !important;
    justify-content: center;
    margin: 0 auto;
    position:relative;
    overflow:hidden;
}

.sts-text{
	color: #fff !important;
}