﻿.watermark-wrapper {
  position: relative;
  display: inline-block;
}

.watermark-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
}

.watermark {
  position: absolute;
  bottom: 20px;   	/* distance from the bottom */
  right: 20px;    	/* distance from the right  */
  /* right: auto;   		disable right */
  /* left: 20px;    		move from left */
  /* bottom: auto; 		cancel bottom */
  /* top: 50%;				DEAD CENTER */
  /* left: 50%;				DEAD CENTER */
  /* transform: translate(-50%, -50%);  DEAD CENTER */
  color: white;
  font-size: 18px;
  font-weight: bold;
  opacity: 0.6;
  pointer-events: none;
  text-shadow: 1px 1px 2px black;
}
