@media print {
  body {
    padding-top: 0;
  }

  footer,
  header,
  nav,
  video,
  .read-and-print,
  .progress-circle,
  .swiper-buttons,
  .share-panel {
    display: none;
  }

  article {
    .rich-text {
      p,
      li {
        font-size: 16px !important;
      }
    }
  }

  .video-hero h1 {
    color: var(--text-color-heading);
  }

  .fly-in-animation {
    filter: none;
    transform: none;
  }

  .gradient-light::after,
  .gradient-dark {
    background: none;
  }
}
