#bg-wrap {
    position: absolute;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
  overflow: hidden;
}

#bg-wrap svg {
	height: 100%;
      width: 100%;
}
