I am searching for the following solution. In my CSS I have the following:
img, a img { max-width: 100%; vertical-align: middle; }
Are you just looking to unset the max-width property? If so, try:
max-width
#pixel-perfect img { max-width: none; }