/* Optional performance helper for the hero canvas. Add to the page after platform.css if needed. */
#hero-terrain {
  contain: layout paint size;
  will-change: transform;
  transform: translateZ(0);
}
