.lc-photo,
.lc-main {
  position: relative;
}

.lc-watermark {
  position: absolute;
  right: 5%;
  bottom: 4%;
  z-index: 3;
  width: 38%;
  max-width: 190px;
  pointer-events: none;
  opacity: .55;
}

.lc-watermark img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 1px 3px rgba(255,255,255,.45));
}

.lc-watermark--large {
  width: 34%;
  max-width: 260px;
  opacity: .58;
}
