#tym, #team {
    background: #e1e1e1;
}

#tym h1,
#team h1 {
    display: none;
}

#tym div.profile,
#team div.profile {
    padding: 2em 1em;
}

#tym div.profile div.photo,
#team div.profile div.photo {
    max-width: 250px;
    width: 80%;

    margin: 0 auto;
}

#tym div.profile div.photo img,
#team div.profile div.photo img {
    width: 100%;

    border-radius: 50%;
}

#tym div.profile div.info,
#team div.profile div.info {
    margin-top: 1em;
}

#tym div.profile div.info h2,
#team div.profile div.info h2 {
    font-size: 120%;
    text-transform: uppercase;
}

#tym div.profile div.info h3,
#team div.profile div.info h3 {
    margin-top: .2em;
    font-size: 90%;
    color: #888;
    text-transform: uppercase;
}

#tym div.profile div.info div.more,
#team div.profile div.info div.more {
    margin-top: 1em;
}

#tym div.profile div.info div.more p,
#team div.profile div.info div.more p {
    font-size: 90%;
    color: #444;
    text-align: justify;
}

#tym div.profile div.info div.more p + p,
#team div.profile div.info div.more p + p {
    margin-top: 1em;
}

@media only screen and (min-width: 43em) {
    #tym, #team {
        padding: 6em 3em;
    }

    #tym div.profile,
    #team div.profile {
        max-width: 800px;

        margin: 0 auto;
        padding: 0;
    }

    #tym div.profile + div.profile,
    #team div.profile +  div.profile {
        margin-top: 6em;
    }

    #tym div.profile::after,
    #team div.profile::after {
        display: block;
        content: "";
        clear: both;
    }

    #tym div.profile div.photo,
    #team div.profile div.photo {
        width: 35%;
        max-width: none;

        margin-left: 0;
        float: left;
    }

    #tym div.profile div.info,
    #team div.profile div.info {
        width: 55%;
        margin-top: 0;
        margin-left: 10%;
        box-sizing: border-box;
        float: left;
    }

    #tym div.profile div.info div.more p,
    #team div.profile div.info div.more p {
        font-size: 100%;
    }
}