/* Desktop project-image corrections. Mobile keeps the original single-column proportions. */
@media (min-width: 801px) {
  .project.landscape {
    grid-column: 1 / -1;
  }

  .project.landscape .project-media {
    aspect-ratio: 16 / 9;
  }

  .project.landscape img {
    object-position: center 48%;
  }
}
