.image-author-wrapper {
  position: relative;
  display: block;
  height: 100%;
}
.image-author-wrapper img {
  display: block;
}
.image-author-wrapper .camera-icon {
  width: 40px;
  height: 40px;
  background-color: lch(from #182403 l c h/0.28);
  color: #ffffff;
}
.image-author-wrapper .camera-icon svg {
  width: 19px;
  height: 17px;
}
.image-author-wrapper .gallery-camera-icon-wrapper {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .image-author-wrapper .gallery-camera-icon-wrapper {
    bottom: 8px;
    left: 8px;
  }
}
.image-author-wrapper .gallery-camera-icon-wrapper.active .gallery-slide-metadata {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.image-author-wrapper .gallery-slide-metadata {
  position: absolute;
  bottom: 50px;
  left: 0;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 20;
  transform: translateY(5px);
  background-color: lch(from #182403 l c h/0.28);
  border-radius: 10px;
  padding: 8px;
  max-width: 247px;
  width: -moz-max-content;
  width: max-content;
}
.image-author-wrapper .gallery-slide-metadata .gallery-slide-author {
  font-family: "Quicksand", "Helvetica Neue", Arial, sans-serif;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0;
}
.image-author-wrapper .gallery-slide-metadata .gallery-slide-author span {
  font-weight: 600;
}
/*# sourceMappingURL=image-author-overlay.css.map */
