@media	(max-width: 767px) {
  section#thumbnails .thumb-inner .thumb-hover {
    opacity: 1 !important;
    background: transparent !important;
  }

  section#thumbnails .thumb-inner:hover .thumb-hover {
      background: auto !important;
  }

  section#thumbnails .thumb h3.thumb-title {
    color: #000 !important;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 0 !important;
    margin-top: 15px;
  }
  section#thumbnails .thumb h3.thumb-title span {
    font-weight: 300 !important;
    font-size: 12px;
    color: #000 !important;
  }
}