.rTable {
    display: table;
    margin: 20px auto;
}

.rTableRow {
    display: table-row;
    background: rgba(0, 0, 0, 0.25);
    color: white;
}

.rTableCell {
    display: table-cell;
    vertical-align: middle;
}

.rTableCell.rTableColumnArt img {
    display: block;
}

.rTableCell.rTableColumnDesc {
    text-align: left;
    max-width: 420px;
    font-size: 28px;
    padding: 0 20px;
}

.title {
    font-size: 38px;
}