/* Keep the wall checklist fully in frame on wide desktop crops. */
.night-bridge {
  height: clamp(520px, 50vw, 860px);
}
.night-bridge img {
  object-position: 32% 36%;
}

@media (max-width: 700px) {
  .night-bridge {
    height: 640px;
  }
  .night-bridge img {
    object-position: 31% 34%;
  }
}
