Hi there,
The parent container block’s inner container is set to 1200px max width, so all the content within that container will be limited to the 1200px width, as you can see in the below screenshot, the image has reached the maximum size within its container.
https://www.screencast.com/t/oQxVc5ZlI
I would recommend adding the background image to the parent container, set the background position to right center, and set the the background size to contain.
By the way, float right is not a valid value for the background position CSS property.