how I can add style to an image added via inline css. there are several other images so I cant use the img tag in the CSS, I dont have access to the CSS of the page.
I want to fit the image into the div.
<div class="col-md-5 col-lg-3" style="
background-image: url('https://...png);
>
...
</div>