Background Image Problem

Hello, I have an image and would like it to be centered as the mobile device goes smaller. However, I am having difficulty in doing so. The demo is here: http://ovlhs.co.uk/app/

Any help with fixing this would be great. I would like the trail part of the image to remain centered (as it is in the actual image) as the mobile device size is reduced. The background image is part of a jumbotron.

TIA

If you set the 'background-position' in your css, it keeps the trail in the center :-

background-position: center center:

Fantastic! Thank you so much, been messing with that for a week :-)

Regards

Al

I would highly suggest you get some training in CSS/HTML if it has bothered you for a week :P