/* Keep the two feature photographs level on desktop without changing mobile. */
@media (min-width: 901px) {
  .space-grid figure:first-child,
  .space-grid figure:last-child {
    transform: none;
  }
}
