.single-member #main-content .container:before {
    display:none;
}

#content-area.member #left-area {
    width: 100% !important;
    padding-right: unset;
}

.home #memberList h2 {display: none;}

.home #memberList > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.home #memberList article {
    display: inline-block;
    width: 20.1%;
}

.home #memberList article:nth-child(7n) {margin-right: 9.9%;}
.home #memberList article:nth-child(7n+5):not(:last-child) {margin-left: 9.9%;}

.home #memberList article a {
    margin: unset;
}
