html {
  background-color:black;
  cursor: url('images/cursor_buggle.png'),auto;
}
html a {
  cursor: url('images/cursor_eyes2.png'),auto;
}
svg, img {
  height:98vh;
  width:130.7vh;
  max-width:97vw;
  margin:0 auto;
  position:relative;
  display:block;
  animation-name: fade;
  animation-duration:2s;
z-index:2;
}
svg {
  background-size:contain;
  background-repeat:no-repeat;
}
img {
clip-path:unset;
}
rect {
  position:relative;
  z-index:9;
  fill:rgba(255,255,255,0);
}

.goback {
cursor: zoom-out;
width:100vw;
height:100vh;
z-index:1;
position:absolute;
top:0;
left:0;
}