/* -------------------------------------------------------------- 
   
   ie.css   
   Put any IE hack in here and be sure to include in header.
   
-------------------------------------------------------------- */

/*IE 8 can't do responsive images, so set width to auto to make them appear their exact dimensions*/
.img-responsive {width: auto;}

/*float: left is an IE 9 hack for table-row to behave*/
figure img, figure figcaption {float: left;}