.proj-block, .staff-block {
    width: 20%;
    min-height: 340px !important;
    float: left;
    display: inline;
    margin: 0 20px 40px 20px;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.proj-block img, .staff-block img {
    text-align: center;
    flex-shrink: 0;
    min-height: 10% !important;
    min-height: 10% !important;
    max-width: 248px !important;
    height: auto;
    justify-content: center;
    display: flex !important;
}
.proj-block-img-wrap {
    width: 270px;
    height: 270px;
    float: none;
    display: flex !important;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}