@media print {
  body.path-frontpage #main-wrapper .region-content-top .field--type-image img {
    height: auto;
  }
  body .nav-outer-wrapper,
  body #sidebar_first {
    display: none;
  }
  body .header-wrapper .region-header .search-api-page-block-form-search {
    display: none;
  }
  body #main .content-wrapper {
    width: 100%;
  }
  body #main .content-wrapper #page-hero #block-heroimage {
    height: auto;
  }
  body #main.has-sidebar-first #main-wrapper .content-wrapper,
  body #main.no-sidebar #main-wrapper .content-wrapper,
  body #main.has-sidebar-second #main-wrapper .content-wrapper {
    width: 100%;
    margin: auto;
  }
  body #main.has-sidebar-first #main-wrapper .content-wrapper #page-hero #block-heroimage,
  body #main.no-sidebar #main-wrapper .content-wrapper #page-hero #block-heroimage,
  body #main.has-sidebar-second #main-wrapper .content-wrapper #page-hero #block-heroimage {
    height: auto;
  }
}
