I am trying to change a background image size from "cover" to "contain" based on the screen size.
I currently have:
style="background-image: url('images/hbc/slider-3.webp'); background-size: cover;"
I want to change it to background-size: contain;
for phones only.
I have tried everything I thought might make sense.