@media only screen and (max-width: 767px) {
  .header-mobile .map-container {
    display: none;
  }
}
