@media screen and (max-width: 1800px) {
  .fl-node-p0oydkqli8ue .fl-heading-text {
    font-size: 0.75em;
  }
}
@media (max-width: 1200px) {
  .fl-node-p0oydkqli8ue .fl-heading-text {
    font-size: 1em;
  }
}

.jlx-interactive-map__scene {
  position: relative;
}

.jlx-interactive-map__scene img {
  width: 100%;
}

.jlx-interactive-map__scene svg {
  position: absolute;
  top: 0;
  left: 0;
}

.jlx-interactive-map__scene path {
  pointer-events: fill;
  cursor: pointer;
  fill: transparent;
  transition: fill .2s ease;
}

.jlx-interactive-map__scene path:hover {
  fill: rgba(255, 0, 0, 0.12);
}

.jlx-interactive-map__scene__location-tooltip {
  position: absolute;
  z-index: 2;
  display: flex;
  padding: .5em .7em .4em;
  transform: translate(-50%, calc(-100% - 5px));
  border-radius: 100px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
  background: #fff;
  line-height: 1;
}

.jlx-interactive-map__scene__location-tooltip::after {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
}

.jlx-interactive-map__hint {
  margin-top: 1em;
  text-align: center;
  font-size: .9em;
  font-style: italic;
}

@media (max-width: 768px) {
  .fl-node-muvtfcaex6qk .fl-photo-content,
  .fl-node-muvtfcaex6qk img {
    width: 100%;
  }
}