/* StileJuventus V9.431 · Foto dei post sempre intere
   Le immagini caricate dalla community non devono essere ritagliate dentro
   un rapporto fisso 16:9. GIF esterne e video mantengono il loro layout. */

html[data-slr-theme] .slr-community-post-media:not(.is-video):not(.slr-external-media){
  aspect-ratio:auto!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  background:var(--slr-ui-soft,#f3f4f6)!important;
}

html[data-slr-theme="dark"] .slr-community-post-media:not(.is-video):not(.slr-external-media){
  background:#0d0f12!important;
}

html[data-slr-theme] .slr-community-post-media:not(.is-video):not(.slr-external-media)>.slr-responsive-picture{
  display:grid!important;
  place-items:center!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
}

html[data-slr-theme] .slr-community-post-media:not(.is-video):not(.slr-external-media) img,
html[data-slr-theme] .slr-community-post-media:not(.is-video):not(.slr-external-media)>.slr-responsive-picture>img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-width:100%!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:none!important;
  filter:none!important;
}

html[data-slr-theme] .slr-community-post-media:not(.is-video):not(.slr-external-media):hover img{
  transform:none!important;
  filter:none!important;
}

@media (max-width:760px){
  html[data-slr-theme] .slr-community-post-media:not(.is-video):not(.slr-external-media),
  html[data-slr-theme] .slr-community-post-media:not(.is-video):not(.slr-external-media)>.slr-responsive-picture,
  html[data-slr-theme] .slr-community-post-media:not(.is-video):not(.slr-external-media) img{
    max-width:100%!important;
  }
}
