/



/**********************************/
/********* Team #9 Style **********/
/**********************************/


 .team-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff;
    border-radius: 5px;
    transform: rotateY(180deg);
}

 .team-overlay p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

 .team-social {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}

 .team-social a {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    padding: 11px 0 10px 0;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border-radius: 100%;
    transition: all .3s;
}

 .team-social a.social-tw {
    background: #00acee;
}

 .team-social a.social-fb {
    background: #3b5998;
}

 .team-social a.social-li {
    background: #0e76a8;
}

 .team-social a.social-in {
    background: #3f729b;
}

 .team-social a.social-yt {
    background: #c4302b;
}

 .team-social a:last-child {
    margin-right: 0;
}

 .team-social a:hover {
    background: #222222;
}



