/*
 Real-size images on hover
 http://userstyles.org/styles/8230
 BEGIN
*/

/*
 Remake of 
 "Resize Images to Maximum Size when Mouse Hovers"
 <http://userstyles.org/styles/8188> by -=Ben=-.
 Kudos for original idea goes entirely to him :)
*/

@namespace
 url(http://www.w3.org/1999/xhtml);
@-moz-document 
 url-prefix(http://)
,url-prefix(https://) 
{

html > body:not(:first-child) img:hover 
{
  max-height: none !important;
  max-width: none !important;
  height: auto !important;
  width: auto !important;
}

}

/*
 END
 Real-size images on hover
 http://userstyles.org/styles/8230
*/
