/* ZWIERZAK 5.13.13 — hotspot visibility guard
   Ostatnia, izolowana warstwa bezpieczeństwa dla atlasu. */

.zw-atlas .zw-atlas__hotspot-layer{
  display:none !important;
  pointer-events:none !important;
}
.zw-atlas .zw-atlas__hotspot-layer.is-active{
  display:block !important;
}
.zw-atlas .zw-atlas__hotspots[hidden]{
  display:none !important;
}
.zw-atlas .zw-atlas__hotspot[hidden]{
  display:none !important;
}
