With the following css/htms
<p> </p> <p><a href="#bottom"><img title="power gains" src="{{media url="wysiwyg/powergains.png"}}" alt="show power gains"></a></p> <p><a title="Navistar" href="http://bluesparkautomotive.com/instructionfiles/073_ppb.pdf" target="_blank"><img src="{{media url="wysiwyg/installation.png"}}" alt="" /></a></p> I need to target the bottom image with the following:
img:hover{box-shadow: 6px 6px 20px rgba(0,0,0,.6); transform:scale(1.02);} img:focus{box-shadow: 12px 12px 25px rgba(0,0,0,.7); width: 46%; transform: none;} And leave all other images without the formatting.