
.team_social_container{
    position: relative;
    overflow: hidden;
}



.team_member-socials{
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    transition: all 0.5s ease-in-out;
    right: -100%;
    color: #fff;
    border-radius: 1rem 0 0 1rem;
    box-shadow: -2rem 0 2rem rgba(0, 0, 0, 0.3);
}

.team_member-socials a{
    padding: 1rem;
}





.team_social_container:hover .team_member-socials{
    right: 0;
}











