body {
  margin: 0;
  background: #000;
}

.photo {
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  object-fit: contain;
  display: block;
}
