.stuck {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.85);
  z-index: 498;		/* 499 is the z-index for the Drupal admin bar */
}
