.sp-watermark {
  position: absolute;
  bottom: 65px;
  opacity: 1;
  transition: bottom 0.5s;

  img {
    width: 100%;
    height: 100%;
    max-width:150px;
    max-height:85px;
    width: auto;
    height: auto;
  }

  &.tiny {

    img {
      max-width: 70px;
      max-height: 30px;
    }
  }

  &.narrow {

    img {
      max-width: 100px;
      max-height: 55px;
    }
  }

  &.low-position {
    bottom:13px !important;
  }

}