
.watermarkit-container {
  position: relative;
  display: inline-block;
}

.watermarkit {
  position: absolute;
  z-index: 1;
 width;
 100%;
  height: 100%;
  visibility: hidden;
}

.watermarkit img {
  width: 100%;
  height: 100%;
  z-index: 2;
  margin-left: 0px;
  margin-bottom: 0px;
}
