How do I scale a background image without effecting the child elements?

  1. Put the background image you want to scale alongside the text. Do not put text inside the background image div. Give the background div position: absolute so that it is not interfering with the text

  2. Give background image’s parent overflow: hidden to prevent scrollbars form appearing