* {
  box-sizing: border-box;
}

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

.landing {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
}

.landing-image {
  width: 100%;
  height: auto;
  display: block;
}

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

.terms-link {
  left: 59.5%;
  top: 1%;
  width: 13.5%;
  height: 3.5%;
}

.privacy-link {
  left: 71.6%;
  top: 1%;
  width: 14%;
  height: 3.5%;
}
