HTML + CSS:

À ajouter dans le <head> :

<style>
  .blur-layer,
  .blur-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
  }
</style>