/* Page-specific background for the Silver section. */
body.site.itemid-123 {
  background-image:
    linear-gradient(rgba(238, 243, 247, .76), rgba(238, 243, 247, .76)),
    url('/images/serebro/ag-900-mixed-contacts.png');
  background-position: center center, center center;
  background-size: cover, 250% auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
