/**
 * Snow Effect
 */
.snow-effect {
  position: absolute;
  z-index: 5000;
  top: 0;
  left: 0;

  pointer-events: none;
}
