While trying to set the background with as minimal code as possible HTML code (and put as much as possible into CSS) i'm stuck in this jsfiddle demo.
MAIN QUESTION
Why are the third and fourth slide not the same background size and center origin as the first and second slide? Removing the -image part and using just the shorthand background apparently breaks the background position and centering, despite these rules being explicitely set in the CSS. What have I overlooked?
BONUS QUESTION
The transision has two effects: first a horizontal sliding effect followed by a zoom-in at the end. Is it possible to make both effects to work parallel in stead of one after another? In other words to start the zoom while the slide is horizontally sliding, for a more dynamic smooth transition?
.
style="background-image: url(https://...
Gives the desired zoom/centering result, with background image fitting/centering nicely:

.
style="background: url(https://...
Gives an undesired result, with background image not fitting/centering correctly:
