#map > .municipal-map-mark {
  position: absolute;
  right: 8px;
  bottom: 41px;
  z-index: 1;
  display: block;
  width: auto;
  max-width: 58px;
  height: 36px;
  object-fit: contain;
  pointer-events: none;
}

#map > .municipal-map-mark[src="/municipal-marks/eliot.png"] {
  bottom: 67px;
}

@media (max-width: 768px) {
  #map > .municipal-map-mark {
    right: 6px;
    bottom: 40px;
    max-width: 42px;
    height: 24px;
  }

  #map > .municipal-map-mark[src="/municipal-marks/eliot.png"] {
    bottom: 69px;
  }
}
