.background-red {
    background-color: #8e1108;
}
.background-black-opacity {
    background: rgba(0,0,0,.6);
}
.icon-red {
    color: #c91e12;
}
.caption a {
    color: #fff;
    font-weight: 700;
    line-height: 18px;
    text-decoration: none;
    max-height: 36px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
