@media screen and (max-width: 1599px) {
    SquareGrid {
        --content-width: calc(100vw - (2 * var(--gutter)));
    }
}