body {
  margin: 0;
}

img {
  width: 100%;
}

@media (max-aspect-ratio: 1/1) {
  img {
    height: 100vh;
    object-fit: cover;
  }
}
