@media print {
  .nav-container,
  .nav__list {
    display: none !important;
  }
  body {
    width: 750px !important;
    margin: 0 auto;
  }
  .hero {
    position: relative;
  }
  .hero__slide {
    height: 420px;
    overflow: hidden !important;
  }
  .hero__slide__item {
    overflow: hidden !important;
    top: 0;
  }
  .hero__slide__item img {
    height: auto;
    width: 750px;
    transform: translateX(0);
  }
  .hero__txt {
    color: #ffffff;
    position: absolute;
    z-index: 50;
    top: 52%;
    left: 50%;
    margin: auto;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
  }
  .hero__txt h1,
  .hero__txt h2 {
    color: #ffffff;
    text-shadow: 1px 1px 5px #0e256a;
  }
  .hero__txt h1 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 0.4em;
    font-size: 2.2rem;
  }
  .hero__txt h2 {
    margin-bottom: 0.4em;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=print.css.map */