.project {
    background: white;
    border: thin solid #D9D9DE;
    border-radius: 8px;
    color: black;
    display: inline-block;
    margin-bottom: 1em;
    margin-right: 40px; /* see styles.css .page width */
    overflow: hidden;
    width: 230px;
    box-sizing: border-box;
    vertical-align: top;
}

.project:nth-child( 4n + 4) {
    margin-right: 0;
}

.project .image {
    background: black;
    border-radius: inherit;
    margin: 0;
    max-width: inherit;
    height: 128px; /* fits 1024 x 576 */
    text-align: center;
    overflow: hidden;
}

.project .image img {
    max-height: 100%;
    max-width: 100%;
}

.project .contents {
    margin: 0 1ex 1ex;
    white-space: normal;
}

.project .info {
    font-size: 14px;
    line-height: 18px; /* see .project .info height */
    height: 174px; /* .description margin-top + multiple of .info line-height */
    margin-top: 8px;
    margin-bottom: 5px;
    overflow: hidden;
}

.project .title {
    color: #222;
    display: block;
    font-weight: bold;
    margin: 0;
    text-decoration: none;
}

.project .description {
    margin-top: 12px;
    color: #828587;
}

.project .status {
    float: right;
}
