@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("itunes.apple.com") {
 .iphone-screen-shots,
 .ipad-screen-shots {
  max-height: none !important;
 }
 .iphone-screen-shots > div,
 .ipad-screen-shots > div {
  width: auto !important;
 }
 .control {
  display: none !important;
 }
 div.lockup {
  margin: 8px !important ;
 }

 .truncate {
  height: auto !important ;
 }
 .more-link {
  display: none !important;
 }
}