
.news_block {
    width: 100%;
    margin:auto;
    background-color: #fff;
    border-radius:0px;
    border:0px solid #f1f1f1;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.20);
    text-align:left;
    margin-bottom:25px;
    line-height: 2;
    float:left;
    height:250px;
    color:#f1f1f1;
    padding:0;
    margin-right:25px;
}

.dashboard_newsitem_title_text {background:rgba(0,0,0,.65); position: relative; top:0; width:100%; padding:15px; color:#f1f1f1; transition: .25s ease-in-out;}
.news_block a {text-decoration: none;}
.dashboard_newsitem_title_text {padding-top:-10px; font-size:16px; text-transform: uppercase}
.dashboard_newsitem_title_text .date {font-size:10px;}
.news_block:hover .dashboard_newsitem_title_text {background:rgba(0,0,0,.95); padding-top:25px; padding-bottom:25px;}
.dashboard_item_news {height:250px; background-size:cover; background-position: top center; background-repeat: no-repeat; }

.gallerythumbnail img {width:calc(100% - 5px) ; margin:2.5px;}