I am searching for the following solution. In my CSS I have the following:
img, a img { max-width: 100%; vertical-align: middle; }
max-width: auto !important;
auto in max-width is not a valid property. You should replace it with
max-width: none !important;