.hw-gradient {
    position: absolute;
    left: 0;
    height: var(--gradient-height);
    width: 100%;
    z-index: -2;
    background-repeat: no-repeat;
    background-position: inherit;
    background-size: cover;
}
