﻿.wrapper-article  {
    word-wrap: break-word;
}
.wrapper-article .article {
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
    padding: 6px;
    height: 420px;
    overflow: hidden;
}
.wrapper-article .article:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.06), 0 2px 4px rgba(0, 0, 0, 0.06);
}

.wrapper-article .image-section {
    position: relative;
    height: 266px;
    border-bottom: solid #d8d8d8 1px;
    text-align: center;
    display: table;
    width: 100%;
}
.wrapper-article .image-section a {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.wrapper-article .wrap-info {
    color: #b0b0b0;
    font-size: 13px;
}