﻿.current_member {
    display: inline-block;
    margin-bottom: 3em;
    min-width: 100%;
    max-width: 100%;
    width: auto;
}

    .current_member:last-of-type {
        padding-bottom: 3em;
        margin-bottom: 3em;
        border-bottom: solid 1px rgba(88, 88, 88, 0.5);
    }

    .current_member img {
        max-width: 285px;
        min-width: 285px;
        width: 285px;
        max-height: 333px;
        min-height: 333px;
        height: 333px;
        float: left;
        clear: both;
        padding-right: 1.5em;
        margin-top: 0.5em;
    }

    .current_member p {
        padding: 0;
    }

.former_member_title {
    margin-bottom: 1em;
}

.former_member {
    display: inline-block;
    max-width: 100%;
    width: 20em;
    margin-bottom: 1.5em;
    vertical-align: top;
}

    .former_member img {
        max-width: 75px;
        width: 75px;
        max-height: 87.5px;
        height: 87.5px;
    }

@media screen and (max-width: 640px) {
    .current_member p {
        padding-top: 1em;
        clear: left;
    }
}