.module.module-blog {
    position: relative;
    display: block;
    padding: 30px 0px;
}

.article-box {
    position: relative;
    display: block;
    margin-bottom: 30px;
    /* background: #000000; */
}
.article-box .image {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.article-box .caption {
    position: absolute;
    left: 15px;
    bottom: 15px;
    /* max-width: 95%; */
    width: 100%;
    min-height: 75px;
}

.article-box .caption {
    background: rgba(0,0,0,0.7);
    padding: 15px;
    color: #ffffff;
    left: 0px;
    bottom: 45px;
}
.article-box .caption .title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}
.article-box .caption .title a {
    color: #ffffff;
    text-decoration: none;
}
.article-box .caption .description {
    font-size: 13px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 5px;
}
.article-box .caption .btn.btn-primary {
    background: none;
    border: none;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 300;
    padding: 0px 0px;
    float: right;
}
