/*------------------------------------------------------------------
Gallery Custom Styles
-------------------------------------------------------------------*/
.thumbnail-overlay {
  background: none;
/*  background-color: rgba(23, 24, 24, 0.5);*/
   background-color: rgb(231 235 235 / 50%); 
  color: #fff;
  background-image: url("../images/logo/gallery-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 130px;
  //background-size: calc(110px + (130 - 110) * ((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: #626409 !important;
}

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

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