I love your theme!
Any idea why the 1st background image on this page re-positions properly for mobile:
http://www.funnydummy.com/comedian-ventriloquist
But this one doesn’t?
I used this same CSS for both:
@media (max-width: 480px) {
$el .x-bg-layer-lower-image {
background-size: 300% !important;
background-position-x: 16% !important;
background-position-y: 26% !important;
}
}
Thank you!