*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100dvh;
  background: #000;
}

.image-shell {
  min-height: 100dvh;
}

.full-image {
  display: block;
  width: 100vw;
  height: 100dvh;
  object-fit: cover;
}
