@media print {
  #highlighted,
  footer,
  .site-menu-container, /* <-- breadcrumb */
  .news-keywords,
  .a2a_kit, /* <-- social share icons */
  .news-related-stories {
  	display:  none !important;
  }

  body {
  	background: url(/news/themes/custom/trent/logo-print.png) top center no-repeat;
	padding-top: 60px !important;
  }
}
