.block--banner{--min-height:var(--hero-min-height, var(--banner-min-height, 400px));position:relative;min-height:calc(var(--min-height) * 0.5);display:flex;flex-direction:column;justify-content:center}@media (min-width:768px){.block--banner{min-height:calc(var(--min-height) * 0.75)}}@media (min-width:992px){.block--banner{min-height:var(--min-height)}}@media (min-width:992px){.block--banner .banner-content{max-width:var(--lg-max-width,100%)}}.block--banner .banner-content--wrapper{position:relative;z-index:1}.block--banner .banner-background{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%;z-index:0}.block--banner .block--banner--wrapper{flex:0 0 100%}