body.active_header_banner{--header-banner-height:80px}#header-banner{display:block;height:var(--height);background-color:var(--primary-100);background-image:var(--banner);background-repeat:no-repeat;background-size:auto;background-position:center;position:relative;z-index:100}@media screen and (max-width:1024px){#header-banner{background-image:var(--tablet-banner,var(--banner));height:var(--height-tablet,var(--height))}}@media screen and (max-width:768px){#header-banner{background-image:var(--mobile-banner,var(--tablet-banner,var(--banner)));height:var(--height-mobile,var(--height))}}