#mtx-bg-canvas{
  position:fixed; inset:0; width:100%; height:100%;
  z-index:9990;            /* above page content, below the entry gate (999999) */
  pointer-events:none;     /* never blocks clicks */
  opacity:.42;
  mix-blend-mode:multiply; /* sits into the page instead of washing it out */
}
