.booking > * { min-width: 0; }
@media (max-width: 680px) {
  .booking-intro,
  .booking form { width: 100%; }
  .booking h2 { font-size: 2.6rem; }
}
