Fix long word overflow on hover in art preview title
When the art preview title is a single long word, hovering it will make it break out of its box.
Instead, by following this - https://css-tricks.com/snippets/css/prevent-long-urls-from-breaking-out-... - we can force the word to be broken so the layout is still ok.
P.S. why not put the site code on somewhere like GitHub?