.custom-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 10px;
}

.custom-gallery a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}

.custom-gallery img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail {
  background: transparent;
}

.mythemes-gallery figure.mythemes-item div.mythemes-thumbnail > a {
  display: block;
}


/* prettyPhoto: keep caption centered in the bottom bar */
div.pp_default .pp_content_container .pp_details {
  position: relative;
  min-height: 32px;
}

div.pp_default .pp_content_container .pp_details .pp_description {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  float: none;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}

div.pp_default .pp_content_container .pp_details .pp_nav p.currentTextHolder {
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}
