.media-boxes-no-more-entries {
  filter: alpha(opacity=20);
  opacity: 0.2;
  display: none;
}

.thumbnail-overlay {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff !important;
  background-image: url("../images/logo-1.png") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 120px;
}
.media-boxes-search {
  display: none;
}
.media-box-title {
  display: none;
}

@media (min-width: 768px) {
  .bg-box[class*="col-md-"]:last-child {
    right: 70px;
  }
}

@media (min-width: 1230px) {
  .bg-box[class*="col-lg-"]:last-child {
    right: 80px;
  }
}
.media-box-date {
  display: none;
}
