feature: Make sure title image covers full width.
Since the title image is set up as a CSS container background, by
default the image is repeated, which leads to a strange fringe at the
right edge if the browser window is very wide. We add the
background-size: cover
property to ensure that the image is tweaked
so it covers the whole title banner.