#allrecords { position: relative !important; z-index: 0 !important; }

#allrecords::before{
  content:"";
  position:fixed;
  inset:0;
  pointer-events:none;
  z-index:9999;

  /* более плотные и контрастные точки */
  background: radial-gradient(circle, rgba(255,255,255,0.12) 1px, transparent 1px);
  background-size: 2px 2px;   /* меньше шаг — больше зерна */
  mix-blend-mode: overlay;
  opacity: 0.7;              /* сильно видно */
}
