@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http) {
  * {
    background: none !important;
    border: none !important;
  }

  img, object, embed, input {
    visibility: hidden !important;
  }
}

