$('body').parallax({'elements': [{'selector': 'div#motiv','properties': {'x': {'background-position-x': {'initial': 50, 'multiplier': 0.02, 'unit': '%' } } } },
{'selector': 'div#motiv-up','properties': {'x': {'background-position-x': {'initial': 50, 'multiplier': 0.02, 'unit': '%'} } } } ] });

