@media print {

  .region.region-section-title,
  .view-filters,
  .it-header-wrapper,
  .it-breadcrumb__wrapper,
  aside.it-sidebar-first__wrapper,
  footer.it-footer,
  .eu-cookie-compliance-banner,
  iframe,
  .it-header-slim-wrapper,
  .site-branding-custom,
  #sliding-popup,
  #edit-basic,
  video,
  #section-header {
    display: none !important;
    height: 0px;
    max-height: 0px;
  }

  main {
    position: absolute;
    width: 100%;
    max-width: none;
    min-width: none;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin: 0px auto;
  }



  main .it-page-title__wrapper.container *,
  main .it-page-title__wrapper.container,
  main .container.has-one-sidebar,
  main .col-lg-9 {
    max-width: none;
    width: 100%;
  }



  main .it-content__wrapper {
    box-shadow: none !important;
    padding: 16px;
    height: auto;
  }

  #it-main-content {
    margin-top: 0cm;
  }
}