.fs-team-slide .image-caption {
    position: relative;
}
.fs-team-slide .image-caption img {
    border-radius: 10px;
}
.fs-team-slide .image-caption:after {
    content: "";
    position: absolute;
    height: 80%;
    width: 100%;
    background: #6700A2;
    z-index: -1;
    bottom: 0;
    border-radius: 10px;
}
.team-caption {
    text-align: center;
    margin-top: 15px;
}
.team-caption h3 {
    margin-bottom: 3px;
}