/*------------------------------------------------------------------
Gallery Custom Styles
-------------------------------------------------------------------*/
.thumbnail-overlay {
  background: none;
/*  background-color: rgba(23, 24, 24, 0.5);*/
   background-color: rgba(255, 255, 255, 0.8); 
  color: #fff;
  background-image: url("../images/logo/gallery-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  //background-size: 180px;
  background-size: calc(100px + (120 - 100) * ((100vw - 320px) / (1920 - 320)));
}

.media-box-title {
  display: none;
}

.media-box-date {
  display: none;
}

li a {
  color: inherit;
}

.media-boxes-filter>li a.selected {
    background: #ba8342 !important;
}

.media-boxes-filter>li a:hover {
    background: #ba8342 !important;
}

.media-boxes-search input[type=text] {
  display: none;
}