

.bg-noisy-light {
    background: 
    url(../images/bg/noise.webp) center center / 129px 129px repeat;
  background-color: rgba(255, 255, 255, 0.2); /* light overlay color */
  background-blend-mode: lighten; /* or multiply / overlay / soft-light */
}
