@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url-prefix("http://userstyles.org/styles/")  , url-prefix("https://userstyles.org/styles/") {

   img.multiple-screenshot:hover
   {
      max-width: none !important;
   }

   img.single-screenshot:hover
   {
      max-width: none !important;
   }

}