/* ==========================================================
   KC METEO — WIND PARTICLES v2.2
   ========================================================== */

#kcWindParticleCanvas,
.kc-wind-particles {
  position: absolute !important;

  left: 0 !important;
  top: 0 !important;

  width: 100%;
  height: 100%;

  z-index: 700 !important;

  pointer-events: none !important;

  opacity: 1;

  display: block;
}
