I played with light effects, experimenting on UV color shifts and abyss fish lights.
I wanted to portray the feeling from the ancient stories about merfolks, disquieting and mesmerizing at the same time.
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 171),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 171),0)
)
ORDER BY date, id