Here is a JSFiddle that works correctly with fixed height and width: http://jsfiddle.net/69td39ha/2/. The animation activates correctly when hovered over.
I attempted to adapt the above example to be responsive without fixed dimensions. However, I'm experiencing issues with the animation display in this second fiddle: http://jsfiddle.net/cer1ts9x/2/. When hovered over, the animation does not show up as expected.
Below is the HTML code:
<div class="pageImgHdrSub percPadTop banner">
<a href="google_events.aspx" title=""><img src="http://appcenter.clickmeeting.com/uploads/2014/05/google-calendar-logo1.gif" alt="" /></a>
<p class="companyInfo">View Events Calendar</p>
<div class="cornerTL"></div>
<div class="cornerTR"></div>
<div class="cornerBL"></div>
<div class="cornerBR"></div>
</div>
I need assistance in modifying the second fiddle to ensure that the animation displays correctly when hovered over.