.park-map {
  position: relative;
}
.park-map__background img {
  display: block;
  margin: 0;
  width: 100%;
}
.park-map__items-image {
  position: absolute;
}
.park-map__items-image img {
  transition: all .3s ease;
  cursor: pointer;
}
.park-map__items-image:hover img {
  transform: scale(1.05);
}
.park-map__items-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(0 0 0 / 70%);
  z-index: 11;
  align-items: center;
  justify-content: center;
  overflow: auto;
  padding: 2rem 0;
}
.park-map__items--active .park-map__items-popup {
  display: flex;
}

.park-map__items-popup__image img {
  display: block;
  max-height: 500px;
  width: 100%;
  margin: 0 auto;
  max-width: max-content;
}
.park-map__items-popup-container > div {
  width: 100%;
}
.park-map__items-popup-container {
  display: flex;
  margin: 0 auto;
  max-width: 961px;
  width: 100%;
  gap: 39px;
  position: relative;
  align-items: center;
}
.park-map__items-popup__content {
  max-width: 477px;
}
.park-map__items-popup__content h2 {
  font-size: 24px;
  font-weight: 900;
  color: var(--secondary-color);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 7px;
}
.park-map__items-popup__content p {
  font-size: 18px;
  font-weight: 500;
  color: var(--chalk);
  line-height: 22px;
  margin: 0;
}
.park-map__items-popup-details span {
  color: var(--chalk);
  font-size: 16px;
  font-weight: 900;
  line-height: 18px;
}
.park-map__items-popup-details p {
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
.park-map__items-popup-details img {
  margin-bottom: 7px;
}
.park-map__items-popup-details {
  display: flex;
  margin: 20px 0;
  text-align: center;
  align-items: end;
  gap: 50px;
}
.park-map__button a {
  display: inline-block;
  text-decoration: none;
  color: var(--chalk);
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  background-color: var(--secondary-color);
  padding: 10.5px 33px;
}
.park-map__button {
  padding-top: 13px;
}
span.park-map__x {
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 2rem;
  margin-top: -3rem;
  cursor: pointer;
}
.park-map__items-popup__content h3 {
  margin: 15px 0 10px;
  font-size: 20px;
  color: var(--secondary-color);
  font-weight: 700;
  letter-spacing: .5px;
}
.park-map__items-popup__content ul {
  color: var(--chalk);
  list-style: none;
}
.park-map__items-popup__content li {
  font-size: 18px;
}
.park-map__items-popup__content h4 {
  color: var(--secondary-color);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .5px;
  margin: 15px 0 0;
}


@media (max-width: 1023px) {
  span.park-map__x {
    margin-right: 0;
  }
  span.park-map__x img {`
    width: 36px;
    margin-right: 0;
  }
  .park-map__items-popup-details {
    gap: 25px;
  }
  .park-map__items-popup-details img {
    transform: scale(.8);
    margin: 0;
  }
  .park-map__items-popup__content p {
    font-size: 16px;
    line-height: 19px;
  }
  .park-map__items-popup__content p {
    font-size: 14px;
    line-height: 18px;
  }
  .park-map__items-popup-container {
    flex-direction: column-reverse;
    max-width: 318px;
  }
  .park-map__items-popup__image img {
    max-height: 250px;
  }
  .park-map__items-popup__content {
    text-align: center;
  }
  .park-map__items-popup-details {
    justify-content: center;
  }

  .park-map__inner-container {
    position: relative;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
  }
  .park-map__inner-container::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
  }
  .park-map img.image-separator {
    z-index: 2;
  }
  .park-map__background img {
    min-width: 1023px;
  }

  .park-map__container button {
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
    background-color: var(--chalk);
    border-radius: 50%;
    box-shadow: 0 3px 5px 0 #b5abab;
    padding: 0;
    height: 31px;
    width: 31px;
    border: 0;
    margin: 10px;
  }
  .park-map__container button.scroll-right {
    left: auto;
    right: 0;
  }
  .park-map__container button.scroll-left {
    transform: translateY(-50%) rotate(180deg);
    padding-top: 4px;
  }

  #park-map__items-image--booma-zooma {
    top: 326px !important;
    left: 99px !important;
  }
  #park-map__items-image--banana-bender {
    top: 443px !important;
    left: 217px !important;
  }
  #park-map__items-image--the-plunge {
    top: 183px !important;
    left: 624px !important;
  }
  #park-map__items-image--ballroom-blitz {
    top: 225px !important;
    left: 797px !important;
  }
  #park-map__items-image--bombora-bounce {
    top: 325px !important;
    left: 222px !important;
  }
  #park-map__items-image--bug-run {
    top: 348px !important;
    left: 738px !important;
  }
  #park-map__items-image--carousel {
    top: 388px !important;
    left: 370px !important;
  }
  #park-map__items-image--dingo-racer {
    top: 104px !important;
    left: 519px !important;
  }
  #park-map__items-image--entrance {
    top: 432px !important;
    left: 430px !important;
  }
  #park-map__items-image--ferris-wheel {
    top: 212px !important;
    left: 293px !important;
  }
  #park-map__items-image--phileass-fun-worx {
    top: 330px !important;
    left: 407px !important;
  }
  #park-map__items-image--giant-slide {
    top: 148px !important;
    left: 109px !important;
  }
  #park-map__items-image--giggle-go-round {
    top: 406px !important;
    left: 437px !important;
  }
  #park-map__items-image--leakn-logs {
    top: 298px !important;
    left: 658px !important;
  }
  #park-map__items-image--little-beaut--toot-toot {
    top: 388px !important;
    left: 293px !important;
  }
  #park-map__items-image--mayhem-maze {
    top: 146px !important;
    left: 788px !important;
  }
  #park-map__items-image--mozzi-musta {
    top: 293px !important;
    left: 149px !important;
  }
  #park-map__items-image--party-central {
    top: 242px !important;
    left: 368px !important;
  }
  #park-map__items-image--platypus-ponds-mini-golf {
    top: 310px !important;
    left: 36px !important;
  }
  #park-map__items-image--retail-village {
    top: 505px !important;
    left: 0px !important;
  }
  #park-map__items-image--dizzy-turners-retro-rocket {
    top: 337px !important;
    left: 475px !important;
  }
  #park-map__items-image--the-rev-shed {
    top: 237px !important;
    left: 179px !important;
  }
  #park-map__items-image--side-show-alley {
    top: 305px !important;
    left: 231px !important;
  }
  #park-map__items-image--space-shaker-swinging-ship {
    top: 287px !important;
    left: 496px !important;
  }
  #park-map__items-image--speed-stars {
    top: 173px !important;
    left: 256px !important;
  }
  #park-map__items-image--sx360 {
    top: 62px !important;
    left: 394px !important;
  }
  #park-map__items-image--the-wasp {
    top: 186px !important;
    left: 530px !important;
  }
  #park-map__items-image--redback {
    top: 343px !important;
    left: 588px !important;
  }
  #park-map__items-image--tin-lids-tea-party {
    top: 406px !important;
    left: 512px !important;
  }


  #park-map__items-image--booma-zooma img {
    width: 126px !important;
  }
  #park-map__items-image--banana-bender img {
    width: 196px !important;
  }
  #park-map__items-image--the-plunge img {
    width: 163.8px !important;
  }
  #park-map__items-image--ballroom-blitz img {
    width: 163px !important;
  }
  #park-map__items-image--bombora-bounce img {
    width: 41px !important;
  }
  #park-map__items-image--bug-run img {
    width: 123px !important;
  }
  #park-map__items-image--carousel img {
    width: 71.75px !important;
  }
  #park-map__items-image--dingo-racer img {
    width: 228.56px !important;
  }
  #park-map__items-image--entrance img {
    width: 205px !important;
  }
  #park-map__items-image--ferris-wheel img {
    width: 95.31px !important;
  }
  #park-map__items-image--phileass-fun-worx img {
    width: 71.75px !important;
  }
  #park-map__items-image--giant-slide img {
    width: 123px !important;
  }
  #park-map__items-image--giggle-go-round img {
    width: 73.8px !important;
  }
  #park-map__items-image--leakn-logs img {
    width: 164px !important;
  }
  #park-map__items-image--little-beaut--toot-toot img {
    width: 112.75px !important;
  }
  #park-map__items-image--mayhem-maze img {
    width: 89.17px !important;
  }
  #park-map__items-image--mozzi-musta img {
    width: 65.59px !important;
  }
  #park-map__items-image--party-central img {
    width: 178.86px !important;
  }
  #park-map__items-image--platypus-ponds-mini-golf img {
    width: 169.13px !important;
  }
  #park-map__items-image--retail-village img {
    width: 198.33px !important;
  }
  #park-map__items-image--dizzy-turners-retro-rocket img {
    width: 106.59px !important;
  }
  #park-map__items-image--the-rev-shed img {
    width: 102.5px !important;
  }
  #park-map__items-image--side-show-alley img {
    width: 164px !important;
  }
  #park-map__items-image--space-shaker-swinging-ship img {
    width: 97.38px !important;
  }
  #park-map__items-image--speed-stars img {
    width: 118.89px !important;
  }
  #park-map__items-image--sx360 img {
    width: 168.09px !important;
  }
  #park-map__items-image--the-wasp img {
    width: 133.25px !important;
  }
  #park-map__items-image--redback img {
    width: 143.5px !important;
  }
  #park-map__items-image--tin-lids-tea-party img {
    width: 86.09px !important;
  }
}