Thanks everyone for your advice!
Code never seemed to work on the additional css area @contentiskey , this time it did!
@abretado1985 your code solved everything. I duplicated the last paragraph for every home section of my landing page, and I could successfully adjust the background images on mobile by changing the values.
@cleasterwood if it helps, on the last line of code; just change the % to move the image right or left and change the px number to move the image up or down. Negative values can be used
background-position: 20% 0px!important;}
}
Example:
background-position: 70% -150px!important;}
}