/*------------------------------------------------------------------
Gallery Custom Styles
-------------------------------------------------------------------*/
.thumbnail-overlay {
  background: none;
  background-color: rgba(255,252,250,.8);
  /* background-color: rgba(255, 255, 255, 0.8); */
  color: #fff;
  background-image: url("../images/logo/gallery-logo.png?v=26");
  background-repeat: no-repeat;
  background-position: center;
  //background-size: 180px;
  background-size: calc(100px + (200 - 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: #050708 !important;
}

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