@media print {
  .page-header {
    height: 80px !important;
    overflow: hidden !important;
    background: transparent !important;
  }
  .page-header--sticky,
  .video-thumbnail,
  .video-thumbnail__picture {
    display: none;
  }
  .page-header__branding,
  .page-header__branding img {
    max-width: 150px;
  }
  .city-item [data-city],
  .city-item [data-city-detail],
  .table_wrapper {
    display: block !important;
  }
  .modal {
    position: absolute;
    background: #fff;
  }
  .modal-guts {
    position: relative;
  }
  .modal-container {
    max-height: none;
    height: auto;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
  }
  .modal .mCSB_container,
  .modal .mCustomScrollBox {
    overflow: auto;
  }
  .ovh {
    overflow: auto;
  }
  #cookies-eu-banner {
    display: none;
  }
}