@media (max-width: 768px) {
  #archive .archive-grid > article:nth-of-type(9) {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
  }

  #archive .archive-grid > article:nth-of-type(9) .archive-thumb-link {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
  }

  #archive .archive-grid > article:nth-of-type(9) .archive-thumb-link img {
    content: url("assets/selected-covers/aigc-mobile-wide.png");
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
