html, body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: transparent; /* don't hide the photo */
}

svg {
  width: 100%;
  height: 100%;
  background: transparent; /* don't hide the photo */
  display: block;
}

