/* desktop & tablet styles */
@media only screen and (min-width: 600px) {
    img.member-image {
        padding: 25px 0 20px 20px;
        float: right;
        width: 215px;
        height: auto;
    }
}

/* for mobile */
@media only screen and (max-width: 600px) {
    img.member-image {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.5rem;
    }
}

/* for all displays */
h2.member-name {
    font-size: 1.6rem;
    margin-bottom: 4px;
}

.member-title {
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 1.4rem;
    color: #777;
}