#news_list span.date { display: block; color: #a68b6a; font-weight: 700; margin-bottom: .2em; }
#news_list .separator { margin-bottom: 1em; padding: 0 0 1em 0; border-bottom: 1px solid #eee; }
#news_list p { margin: 0; }
#news_list h3 { margin: 0 0 0.1em 0; }
#news_list h3>a { display: block; color: #402d1c; text-decoration: none; }
#news_list h3>a:hover, h3>a:active, h3>a:focus { color: #a68b6a; }
#news_list span.date { display: block; color: #a68b6a; font-weight: 700; margin-bottom: .2em; }
#news_list .image { position: relative; }
#news_list img { display: block; max-width: 100%; height: auto; margin: 0 auto; }
#news_list .overlay { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
#news_list .overlay>a { display: table; width: 100%; height:100%; transition: all .5s; text-align: center; background: #756351; opacity: 0; }
#news_list .overlay>a:hover { opacity: .7; }
#news_list .overlay .fa { color: #fff; display: table-cell; text-align: center; vertical-align: middle; }

@media (min-width: 992px) {
    #news_list h3>a { display: inline; }
}