@media (max-width: 980px) {
    img {
        width: 600px;
    }
    
    .content{
        width: 90%;
        margin: auto;
    }

    .member-info {
        height: auto;
    }
    
    .share {
        margin: auto;
    }

    .team-member{
        width: 580px;
        font-size: 120%;
    }

    .team-member img {
        height: 600px;
        width: 500px;
    }

}