.press-watermark {
  --press-watermark-z-index: 100;

  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  top: 0;
  z-index: var(--press-watermark-z-index);
  pointer-events: none;

  &--full {
    position: fixed;
    height: 100vh;
  }

  &__content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  &__mode {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    display: inline-block;
    word-break: break-all;
    line-height: 1;
  }
}

