.cnt.s1 {
    --cnt-s1-hx-s: 14.8rem;
    --test: 1;
    .hex-dcr {
        position: absolute;
        font-size: var(--cnt-s1-hx-s);
        width: auto;
        height: auto;
        z-index: 0;
        pointer-events: none;
        bottom: var(--pd-v);
        right: calc(-0.5 * (var(--cnt-s1-hx-s) * .1));
        color: var(--buttons);
    }
}