.gl-bg-dotty {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    grid-row-start: 1;
    grid-row-end: span 2;
    grid-column-start: 1;
    grid-column-end: -1;

    z-index: 5;
}

.dotty-bg-black {
    background-color: var(--gl-dot-bg-black);
}

.dotty-fill-black {
    fill: var(--gl-dot-fill-black);
}
