.projectList {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.project {
    position: relative;
}

.project__header {
    padding: 0 32px 32px;
}

.project__cover {
    width: 100%;
}

.project__title {
    margin: 0;
}

.project__meta {
    font-size: .889em;
}

.project__link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -999em;
}