/* Mobile-only: keep the labels of the directions map within the viewport. */
.section--directions .directions-map__labels--mobile {
  display: none;
}

@media (max-width: 760px) {
  .section--directions .directions-map__labels--desktop {
    display: none;
  }

  .section--directions .directions-map__labels--mobile {
    display: block;
    font-size: 14px;
    letter-spacing: 0;
  }
}
