/* DHI-PANORAMA-SICHERHEIT-2026-07-28
   Extrem breite Originalfotos werden in ihrem echten Seitenverhältnis gezeigt,
   statt Personen am linken oder rechten Rand abzuschneiden. */
html body img[src*="larsinaction.webp"],
html body img[src*="larsinaction2.webp"]{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
}
html body :is(picture,figure,.image-card,.home-photo-card,.shared-photo,.dhi-panorama-section__media):has(img[src*="larsinaction.webp"]),
html body :is(picture,figure,.image-card,.home-photo-card,.shared-photo,.dhi-panorama-section__media):has(img[src*="larsinaction2.webp"]){
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  overflow:hidden!important;
  background:#f4f1eb!important;
}
