.cnt.s1 {
    --cnt-s1-hx-s: 14.8rem;
    --cnt-s1-bg-o: 1;
    --this-is-a-test-for-rammy: 100%;
    --another-change-babyyyy: 0%;

    .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) * .4));
        color: var(--buttons);
    }
}