#pacman-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  pointer-events: none; /* Ensures it doesn't block clicks on the footer */
  overflow: visible;
}

#pacman-canvas {
  display: block;
  width: 100%;
  height: 100%;
}