* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: 0;
  background: #000;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  overflow: hidden;
}

.landing {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background: #000;
}

.landing-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

.hotspot {
  position: absolute;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
  background: transparent;
}

.privacy-link {
  left: 66%;
  top: 3.4%;
  width: 11.5%;
  height: 7%;
}

.terms-link {
  left: 79.5%;
  top: 3.4%;
  width: 13%;
  height: 7%;
}
