.iphone6 {
  background-size: contain;
  transform: rotate(90deg);
  left: 0%;
  top: 0%;
  position: absolute;
}

.flash {
  background-color: black;
  left: 50%;
  margin-left: -480px;
  position: absolute;
  top: 50%;
  margin-top: -240px;
}

html, body {
  background-color: #000;
}
