/* BrainLab Home Cover Direct Wiring V10.3.5 */
body[data-page="home"] .hero.brainlab-home-cover-active::before{
  background-image:var(--brainlab-home-cover-url)!important;
  background-position:var(--brainlab-home-cover-position,50% 42%)!important;
  background-size:cover!important;
  background-repeat:no-repeat!important;
}
body[data-page="home"] .hero.brainlab-home-cover-active{
  min-height:var(--brainlab-home-cover-min-height,650px)!important;
}
@media(max-width:720px){
  body[data-page="home"] .hero.brainlab-home-cover-active{
    min-height:min(var(--brainlab-home-cover-min-height,530px),650px)!important;
  }
}