.gfx_grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-bottom: 16px;
}

.gfx_grid img {
    display: block;
}

.gfx_grid a {
    display: inline-flex;
    background-image: none;
}
