.view-news .view-content {
  margin-bottom: 35px;
}
.view-content > .news-section > .views-row {
  float: left;
  padding-right: 5px;
  margin-bottom: 12px;
  width: 32.6%;
}
.view-news .view-footer {
  clear: both;
  width: 100%;
  height: 100px;
  display: table;
}
.news-show-btn {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  display: none;
}
.news-caption-mobile {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 124px;
  background-color: rgba(37, 37, 37, 0.7);
  padding: 29px 28px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}
.news-caption-mobile a {
  text-decoration: none;
  color: #fff;
}
