.map {
  height: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map img {
  width: 100%;
  height: auto;
}

.map a {
  position: absolute;
  z-index: 1;
}

.map a.large {
  width: 11.2%;
  height: 7.15%;
}

.map a.small {
  width: 11.2%;
  height: 3.35%;
}

.top__img .img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.top__img img {
  width: 100%;
  height: auto;
}

main {
  padding: 2rem;
  color: white;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 1px;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  main {
    padding: 2rem 4rem;
  }
}

.slider {
  padding-top: 4rem;
}

.slider .slider__img {
  width: 100%;
  height: auto;
}

.slider .slider__img img {
  object-fit: contain;
  object-position: top;
  width: 100%;
  height: 100%;
}
