.svg-background.morph-wrap svg {
  width: 90vmin;
  height: 90vmin;

}
.svg-background.morph-wrap path { cursor: pointer;

}

.svg-background.morph-wrap {
    position: fixed;
    top: 0;
    left: -50%;
    bottom: 0;
    width: 200%;
    height: 100%;
    overflow: hidden;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
    will-change: transform,opacity;
}

.uk-container {
  position:relative
  }
  .uk-section-muted {
    position:relative
  }
  .uk-section-primary {
    position:relative
  }
  .uk-section-secondary {
    position:relative
  }