/* ==UserStyle==
@name           uKvAc - Imgur Fixur (Transparent Background)
@namespace      eliotcole Scripts
@version        1.0
@description    Removes the error, replacing with nothing and making the background colour transparent.
@author         eliotcole
@license        MIT
@preprocessor   default
@downloadURL https://update.greasyfork.org/scripts/552574/uKvAc%20-%20Imgur%20Fixur%20%28Transparent%20Background%29.user.css
@updateURL https://update.greasyfork.org/scripts/552574/uKvAc%20-%20Imgur%20Fixur%20%28Transparent%20Background%29.meta.css
==/UserStyle== */
@-moz-document domain(ukvac.com) {
  .nodeImgPreview {
    background-color: transparent !important;
    background-image: none !important;
  }
}