I need to swap this code @ different browser sizes...
On 979px and below background-position: bottom left;
On 980px and above background-position: bottom center;
I need to do this inline because of certain restrictions that I am unable to change. I am using Wordpress for a company that I can not disclose but here is the code I have at the moment.
How can I swap this code for those screen sizes in CSS?
Current
[cs_section bg_image="_Poster.jpg" bg_color="#FBB040" class="" style="margin: 0px; padding: 40px; width: 100%; background-position: bottom left;"]
Need for screens below 979px
[cs_section bg_image="_Poster.jpg" bg_color="#FBB040" class="" style="margin: 0px; padding: 40px; width: 100%; background-position: bottom Center;"]