body {
  margin: 0;
  background: black;
}

picture,
img {
  display: block;
  width: 100%;
  height: 100vh;
}

img {
  object-fit: cover;
}