@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("youtube.com") {
  div#playerDiv {
    background: #ccc;
    border: 4px dashed #000;
  }
  div#playerDiv embed {
    visibility: hidden !important;
  }
}
