/* SEE-IT-Service 4.10.4 – Startseiten-News ohne doppeltes Bild. */

/*
 * Die News-Karten verwenden ab 4.10.4 nur noch das echte responsive <img>.
 * Das ältere doppelte CSS-Hintergrundbild bleibt bei den großen Startseiten-
 * Kacheln bewusst erhalten, wird aber für Aktuelles vollständig deaktiviert.
 */
section.blog-teaser.seeit-news-overview .teaser-wrapper .teaser-item .bg-img.seeit-news-image {
  position: relative;
  height: auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #eaf0f4 !important;
  background-image: none !important;
}
section.blog-teaser.seeit-news-overview .teaser-wrapper .teaser-item .bg-img.seeit-news-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
section.blog-teaser.seeit-news-overview .teaser-wrapper .teaser-item .bg-img.seeit-news-image img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  opacity: 1 !important;
  visibility: visible !important;
  object-fit: contain !important;
  object-position: center center !important;
}
