.rs-team {
    padding: 60px 0;
}

.team-item {
    position: relative;
    overflow: hidden;
    background: #fff;
}

.team-img {
    position: relative;
}

.team-img img {
    width: 100%;
}

.normal-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    padding: 15px 10px;
}

.team-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    opacity: 0;
    transition: all 0.4s ease;
}

.team-item:hover .team-content {
    opacity: 1;
}

.overly-border {
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    border: 2px solid #fff;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    padding: 20px;
}

.team-name a,
.team-name {
    color: #fff;
    text-decoration: none;
}

.team-title {
    display: block;
    font-size: 14px;
    margin-bottom: 10px;
}

.team-desc {
    font-size: 14px;
    margin-bottom: 15px;
}

.team-social .social-icon {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    margin: 0 4px;
    font-size: 14px;
}
.team-content {
    pointer-events: none;
}

.team-content a,
.team-content .team-social a {
    pointer-events: auto;
    position: relative;
    z-index: 10;
}
