@media (max-width:760px) {
  h2 {
    font-size: 1.7em;
    line-height: 1.4em;
  }
}

@media (max-width: 480px) {
  .listing-gallery {
    grid-template-columns: 1fr;
  }

  .listing-gallery-item.large {
    grid-column: span 1;
    grid-row: span 1;
  }
}
