* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  background: #000B17;
}

body {
  min-height: 100svh;
  overflow: hidden;
}

.coming-soon,
picture,
img {
  display: block;
  width: 100%;
  height: 100svh;
}

img {
  object-fit: contain;
  object-position: center;
  background: #000B17;
}
