/* 視窗寵物：法鬥沿著四邊巡航 */
#frenchie {
  position: fixed;
  width: 120px;      /* 想放大縮小改這裡 */
  height: auto;
  z-index: 9999;
  pointer-events: auto;
  transition: transform .08s linear;
  will-change: transform;
}
#frenchie img {
  width: 100%;
  height: auto;
  display: block;
}
