.uni-display-none {
  display: none;
}
#unicorn-overlay {
  background: #1616162e;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  cursor: none;
}

.wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

#unicorn-char {
  width: 100px;
  height: 100px;
  background: none;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  pointer-events: none;
  user-select: none;
  z-index: 10000;
}

.normal-zombie {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
  pointer-events: none;
  user-select: none;
  z-index: 10000;
  transition: linear;
  transition-property: left, top;
  transition-duration: 2s;
}
