.prlList {
    clear: left;
    overflow: hidden;
    padding-left: 0;
    list-style: none;
}

.prlList__item {
    position: relative;
    float: left;
    width: 31%;
    margin: 0 1% 1em;
    padding: 8em 1em 3em;
    text-align: center;
    background: #fff;
}

.prlList__imageWrapper {
    position: absolute;
    top: 0;
    right: 1.5em;
    left: 1.5em;
    max-height: 7em;
    background: #fff;
}

.prlList__image {
    height: 7em;
}

.prlList__name {
    position: absolute;
    margin: 1em;
    bottom:  0;
    left: 0;
    right: 0;
    font-size: .8em;
    font-family: inherit !important;
    font-weight: normal;
    color: #888;
}

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