.widget_news_gallery .row {
  margin-left: 0px;
  margin-right: 0px;
}
.widget_news_gallery .col-md-6,
.widget_news_gallery .col-sm-4,
.widget_news_gallery .col-sm-6 {
  padding: 0;
}
.widget_news_gallery .news_gallery_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.widget_news_gallery .news_gallery_link:hover {
  background: rgba(50, 50, 50, 0.5);
}
.widget_news_gallery .news_gallery_high_item {
  height: 257px;
  margin: 0px 1px 0px 0;
}
.widget_news_gallery .news_gallery_high_item .news_gallery_content {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}
.widget_news_gallery .news_gallery_high_item .news_gallery_content .news_gallery_meta {
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0 35px 0;
}
.widget_news_gallery .news_gallery_high_item .news_gallery_content .news_gallery_meta .news_gallery_category {
  position: relative;
  margin-bottom: 18px;
}
.widget_news_gallery .news_gallery_high_item .news_gallery_content .news_gallery_meta .news_gallery_title {
  position: relative;
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
.widget_news_gallery .news_gallery_high_item .news_gallery_content .news_gallery_meta .news_gallery_title a {
  color: #fff;
}
.widget_news_gallery .news_gallery_high_item .news_gallery_content .news_gallery_meta .news_gallery_title a:hover {
  color: #d93e2d;
}
.widget_news_gallery .news_gallery_low_item {
  margin: 0 1px 1px 0;
  height: 85px;
}
.widget_news_gallery .news_gallery_low_item .news_gallery_content {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .widget_news_gallery .news_gallery_high_item {
    height: 306px;
  }
  .widget_news_gallery .news_gallery_low_item {
    height: 200px;
  }
}
