.click-me {
  position: absolute;
  top: 0;
  right: 20px;

  width: 43px;
  height: 57px;

  background: url(../img/click-me.png);
  background-repeat: no-repeat;
  cursor: pointer;
}
