.title {
    position: relative;
    overflow: hidden;
    padding : 7px 0 !important;
    line-height : 1;
    z-index:0;
}
.banner {
    position: relative;
    display: block;
    margin-bottom: 0px;
    float: left;
    width: 100%;
    overflow: hidden;
    padding: 0;
}
.banner img {
    width: 100%;
    margin-bottom: -4px;
}

.banner figcaption {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding-left: 5px;
    background-color: rgba(29, 29, 29, 0.8);
}

.articles p,
.articles span,
.articles li
 {
    font-size: 0.9286em !important;
    line-height: 1 !important;
}
.articles h3 {
    font-size: 1em;
    font-weight: bold;
}
.articles img {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}