.fix_btn {
  width: 100%;
  height: 12.5em;
  position: fixed;
  right: 0;
  bottom: 65px;
  z-index: 100;
  pointer-events: none;
  overflow-x: clip;

  .rec_btn_img.rotate_txt {
    transform-origin: 50% 47%;
  }
}