/* Sets the image for landing and article subpages.  You may want to use different images so separate the selectors as needed */
.zone-landing-header .zone-image {
  background-image: url(/National_Library/20160521004321oe_/http://developer.mozilla.org/files/6701/firefox_logo-new.png); 
  width: 240px;
  /* height: 240px; */
  margin-right: 20px;
  background-size:95%;
  overflow:visible;
  top: 80px;
}

.zone-article-header .zone-image {
  background-image: url(https://web-archive.nli.org.il/National_Library/20160521004321oe_/https://mdn.mozillademos.org/files/6701/firefox-logo-new.png); 
  width: 80px;
  height: 80px;
  margin-right: 20px;
  background-size: 85%;
  overflow: visible;
  top: -10px;
}

hr {
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 0;
  color: #5E88B0;
  margin: 1em auto 2em auto;
  width: 90%;
}