Cover illustration and layout for the second novel of the fantasy saga "The Elemental Kingdoms" written by Mirco Bambozzi.
"I'm excited... having the finished image of the cover of your novel in front of you is a special experience. I had the idea with difficulty. Then this scene came to mind, and now it has become the outward appearance that the novel will have. it's a cover that I didn't expect as an image concept, but which fully satisfies me" - Mirco Bambozzi
SELECT * FROM portfolio_projects
WHERE (
id = IFNULL((select min(id) from portfolio_projects where id > 200),0)
or id = IFNULL((select max(id) from portfolio_projects where id < 200),0)
)
ORDER BY date, id