@media only screen and (min-width : 750px) {
 div#editorial {
  background-image: url('images/editrl-bg.jpg');
  background-repeat: no-repeat ;
  background-position: top center;
  background-clip: padding;
  width:748px ;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
 }
}
div#text { padding: 12px;
  font-weight: bold;
}
