/* Desktop-only adjustment for Quick Links banner images.
   No smartphone styles or other page elements are changed. */
@media screen and (min-width: 769px) {
  .section.soft table.layout-4 .card {
    padding: 10px !important;
  }

  .section.soft table.layout-4 .card > a > img {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    aspect-ratio: 3 / 1 !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 0 8px 0 !important;
  }

  .section.soft table.layout-4 .card > a > h3 {
    margin-top: 6px !important;
  }
}
