
.jh-feature-map {
  position: relative;
  width: 100%;
  max-width: 1900px;
  margin: 0 auto;
}
.jh-feature-map img {
  display: block;
  width: 100%;
  height: auto;
}
.jh-hotspot {
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
}
.jh-hotspot:hover {
  background: rgba(232, 57, 47, 0.14);
  box-shadow: 0 0 0 6px rgba(232, 57, 47, 0.18);
}
@media (max-width: 480px) {
  .jh-feature-map {
    max-width: 440px;
  }
}
