* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #07101b;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.screen {
  width: 100vw;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #07101b;
}

.poster {
  position: relative;
  width: min(100vw, calc(100dvh * 1.50000000));
  height: min(100dvh, calc(100vw * 0.66666667));
  aspect-ratio: 1536 / 1024;
  overflow: hidden;
}

.poster-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  user-select: none;
  -webkit-user-drag: none;
}

.zone {
  position: absolute;
  display: block;
  background: transparent;
  text-decoration: none;
}

.zone:focus-visible {
  outline: 3px solid #f5b900;
  outline-offset: 3px;
}

.qr {
  left: 2.8%;
  top: 69.2%;
  width: 11.2%;
  height: 17.0%;
}

.facebook {
  left: 15.0%;
  top: 76.0%;
  width: 19.5%;
  height: 11.6%;
}

.email {
  left: 52.1%;
  top: 71.2%;
  width: 15.0%;
  height: 4.6%;
}

.phone-one {
  left: 52.1%;
  top: 76.4%;
  width: 13.0%;
  height: 4.5%;
}

.phone-two {
  left: 52.1%;
  top: 81.5%;
  width: 13.0%;
  height: 4.5%;
}

.website {
  left: 56.5%;
  top: 91.8%;
  width: 24.0%;
  height: 5.5%;
}
