Maat, goddess of justice and cosmic balance in the egyptian pantheon, painted for the collective artbook KEMET: The Sun Empire.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 159),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 159),0)
)
ORDER BY date, id