.project {
    height: 11.25em;
    background: #f9f9f9;
    position: relative;
    margin-bottom: 1em;
    overflow: hidden;
}
.project-pic {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 11.25em;
    position: relative;
    vertical-align: middle;
    width: 11.25em;
}
.project-txt {
    display: inline-block;
    font-size: 1.125em;
    margin-left: 1em;
    vertical-align: middle;
    width: calc(100% - 13em);
}
.project .more {
    font-size: 1.125em;
    color: #1773f1;
    display: block;
}
