:root {
    /*Banner*/
    --banner-height-lg: 40px;
    --banner-height-sm: 31px;
    --hero-container-height: calc(100vh - 56px - 4.4rem);
    --hero-container-aspect: calc(100% / var(--hero-container-height))
}
