.zodiac-viewer {
  width: 100%;
  height: 90vh;
  background: #000;
  position: relative;
  touch-action: pan-y;
}

.zodiac-viewer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.zodiac-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

.zodiac-controls button {
  padding: 10px 15px;
  margin: 5px;
  background: gold;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}