@charset "UTF-8";

  @media screen and (max-width: 769px) {
    .character-img {
      transform: translateX(0px);
      position: absolute;
      right: 16px;
      bottom: 8px;
    }
  }