/* Small overlay on catalog / rental product imagery */
.frs-watermarked-thumb {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
}
.frs-watermarked-thumb__img {
  display: block;
  max-width: 100%;
  height: auto;
}
.frs-watermarked-thumb__mark {
  position: absolute;
  right: 6px;
  bottom: 4px;
  font-size: max(9px, 0.62rem);
  font-weight: 700;
  color: rgba(255, 255, 255, 0.92);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.75), 0 0 6px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
