#bssnow-layer {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: block;
  width: 100%;
  height: 100%;
  pointer-events: none !important;
  user-select: none;
  contain: strict;
}

@media (prefers-reduced-motion: reduce) {
  #bssnow-layer { display: none !important; }
}

