/* Smoke Streams Background - WordPress Plugin CSS */

#smoke-bg-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -1;        /* Behind all page content */
  pointer-events: none; /* Clicks pass through to page elements */
}
