/*
 * HYGSI homepage article placeholders.
 * Only the two cards using the HYGSI SVG logo are affected; real article
 * thumbnails retain the existing cover crop.
 */

.hygsi-home-article-media img[src$="/logo-2.svg"],
.hygsi-home-article-media img[src*="/logo-2.svg?"] {
  box-sizing: border-box;
  object-fit: contain !important;
  padding: clamp(34px, 18%, 72px);
  background: #f3f3f3;
}
