/* Einheitliches, dezentes Maxi-Events24.de-Wasserzeichen für KuBa-Bilder. */
.location-gallery button,
.gallery-grid button {
  position: relative;
}

.location-gallery button::after,
.gallery-grid button::after,
.lightbox.location-watermark .lightbox-media::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 10px;
  right: 10px;
  width: clamp(90px, 24%, 170px);
  aspect-ratio: 416 / 74;
  background: url("/assets/4b7fa4_d5bbcbc52cc94a3882617778a6bc183e.png") center / contain no-repeat;
  opacity: .58;
  filter: drop-shadow(0 1px 2px rgba(0,0,0,.65));
  z-index: 2;
}

.lightbox-media {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 96vw;
  max-height: 92vh;
}

.lightbox-media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 96vw;
  max-height: 92vh;
}

.lightbox.location-watermark .lightbox-media::after {
  top: 14px;
  right: 14px;
  width: clamp(110px, 22%, 220px);
  z-index: 3;
}

@media (max-width: 520px) {
  .location-gallery button::after,
  .gallery-grid button::after {
    top: 7px;
    right: 7px;
    width: 34%;
  }

  .lightbox.location-watermark .lightbox-media::after {
    top: 8px;
    right: 8px;
    width: 32%;
  }
}
