.wbc-image-wrap {
  position: relative;
  display: inline-block;
}

.wbc-image-wrap img {
  display: block;
  user-select: none;
  -webkit-user-drag: none;
}

.wbc-watermark {
  position: absolute;
  inset: 0;
  z-index: 5;
  pointer-events: none;
  opacity: 0.25;
  background-repeat: repeat;
  background-size: 200px auto;
  background-position: center;
}
