.member-box {
    float: left;
    width: 150px;
    height: 100px;
    text-align: center;
    overflow: hidden;
}
.member-box img {
    max-width: 80px;
    max-height: 80px;
    margin: 0;
    display: inline-block;
}