/* BioCare Lab 4.2.0 — real brand identity and hero portrait */
.site-header .brand{min-width:128px;max-width:190px;height:64px;display:flex;align-items:center}
.site-header .brand-default-logo,.site-header .custom-logo{display:block;width:auto;max-width:100%;height:58px;object-fit:contain}
.hero .lab-photo img{object-position:58% center}
body.lang-en .hero .lab-photo img{object-position:58% center}
@media(max-width:1100px){
  .site-header .brand{max-width:158px}
  .site-header .brand-default-logo,.site-header .custom-logo{height:50px}
}
@media(max-width:600px){
  .site-header .brand{min-width:92px;max-width:116px;height:54px}
  .site-header .brand-default-logo,.site-header .custom-logo{height:46px}
  .hero .lab-photo img,body.lang-en .hero .lab-photo img{object-position:59% center}
}
