@page {
    size: auto;   /* auto is the initial value */
    margin: 15mm 5mm 20mm 5mm;
}

/* Add class of no print to elements to prevent printing  */
.no-print {
  display: none !important;
}

/* Imagery */
img {
  display: none;
}
.content img {
  display: block;
}

/* Non essential page features */
.social-footer,
.share,
.features-tertiary,
.nav-hs-footer,
.bottom-footer,
.branding,
.region-pre-content {
  display: none;
}
.back-to-top,
.site-chooser-tab,
.hero-container,
.menus,
.sidebar {
  display: none !important;
}
.hero-image section.content {
  margin-top: 30px !important;
}

.view {
  display: none;
}

/* Admin features / Notifications */
.tabs,
.messages {
  display: none;
}

/* Content specific ignores */
.you-may-also-like {
  display: none;
}
