html, body, .bg {
  width:100%;
  height:100%;
  overflow:hidden;
  background:#000;
}

div, svg {
  position:absolute;
}

.bg {
  background:url(../image/photo-1415889455891-23bbf19ee5c7.jpg) center;
  background-size:cover;
}

svg {
  width:100%;
  height:100%;
  max-width:1080px;
  top:50%;
  left:50%;  
  transform:translate(-50%, -50%);
}