*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  background: #060613;
}

body {
  min-height: 100dvh;
  background: #060613;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.poster {
  position: relative;
  aspect-ratio: 1475 / 829;
  width: min(100vw, calc(100dvh * 1475 / 829));
  height: min(100dvh, calc(100vw * 829 / 1475));
  background: #060613;
}

.poster img {
  width: 100%;
  height: 100%;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

.hotspot {
  position: absolute;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.hotspot:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.35);
  outline-offset: 2px;
}

.hotspot--altinova {
  left: 3.5%;
  top: 58%;
  width: 21.5%;
  height: 30%;
}

.hotspot--elit-garden {
  left: 26%;
  top: 58%;
  width: 22%;
  height: 30%;
}

.hotspot--byce {
  left: 49%;
  top: 58%;
  width: 22%;
  height: 30%;
}
