html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.wrap {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.container {
  position: relative;
  min-height: 100%;
  height: 100%;
  overflow: hidden;
}
.vr-player {
  position: relative;
  width: 100%;
  height: 100%;
}
.vr-iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}
