.graph-map img {
  width: 100% !important;
  max-width: 100% !important;
}

.graph-map-compact {
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 720px) {
  .graph-map::before {
    content: "Scroll left to right";
    display: block;
    margin-bottom: 8px;
    font-family: var(--mono);
    font-size: 11px;
    color: var(--faint);
  }

  .graph-map img {
    width: 960px !important;
    max-width: none !important;
  }

  .graph-map-compact img {
    width: 760px !important;
  }
}
