html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
}

body {
  background: #0b1020;
  overflow: hidden;
}

.cover {
  width: 100vw;
  min-height: 100vh;
  min-height: 100dvh;
}

.cover__image {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
  object-position: center center;
  display: block;
}
