/* Office Art Design esettanulmány – képfix.
   Csak az Office Art case study képeire vonatkozik.
   A generikus blogposzt.min.css 4:3 + object-fit:cover szabályát írja felül. */

body.bd-office-art-case article img.office-art-case-img,
body.bd-office-art-case article section > img.office-art-case-img,
body.bd-office-art-case article > section > img.office-art-case-img:first-of-type{
  display:block!important;
  width:min(100%,980px)!important;
  max-width:980px!important;
  height:auto!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:3.2rem auto 3.8rem!important;
  border-radius:18px!important;
  box-shadow:0 22px 52px rgba(0,48,87,.14),0 0 34px rgba(102,204,255,.12)!important;
}

body.bd-office-art-case article > section > img.office-art-case-img:first-of-type{
  width:min(100%,1040px)!important;
  max-width:1040px!important;
  margin-top:42px!important;
  border-radius:22px!important;
  box-shadow:0 30px 70px rgba(0,48,87,.16),0 0 42px rgba(102,204,255,.14)!important;
}

@media(max-width:768px){
  body.bd-office-art-case article img.office-art-case-img,
  body.bd-office-art-case article section > img.office-art-case-img,
  body.bd-office-art-case article > section > img.office-art-case-img:first-of-type{
    width:100%!important;
    max-width:100%!important;
    height:auto!important;
    aspect-ratio:auto!important;
    object-fit:contain!important;
    margin:2.4rem auto 3rem!important;
    border-radius:14px!important;
  }
}
