.continent-group rect,
.continent-group .continent {
  fill: #333333;
}
.continent-group:hover rect,
.continent-group:hover .continent {
  fill: var(--blue);
  cursor: pointer;
}
.svg-map-container {
  text-align: center;
}
.svg-map-container svg {
  max-width: 100%;
  /* max-height: max-content; */
}
.hide-map-pins .continent-group,
.hide-map-pins .map-pin {
  display: none;
}

@media only screen and (min-width: 981px) {
}
