
  /* Эффект занимает весь hero, не кликается и не ломает верстку */
  #rainfxHero {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
  }

  #rainfxHero .rainfx-canvas {
    position: absolute;
    inset: 0;
  }

  #rainfxHero .rainfx-plane {
    position: absolute;
    inset: 0;
  }

  #rainfxHero .rainfx-plane img {
    display: none;
  }
</style>



