/* Projekt esettanulmányok – a laptop mockupok teljes arányú megjelenítése. */ body.bd-project-case article img.project-case-img, body.bd-project-case article section > img.project-case-img, body.bd-project-case article > section > img.project-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-project-case article > section > img.project-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} body.bd-project-case .post-toc{margin-top:2.5rem!important} body.bd-project-case .bd-blog-resource{margin-top:4.8rem!important;margin-bottom:4.8rem!important} @media(max-width:768px){ body.bd-project-case article img.project-case-img, body.bd-project-case article section > img.project-case-img, body.bd-project-case article > section > img.project-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} }