/* print.css */
body {
  color: #fff;
  background: none;
  font-size: 12pt;
}

header, nav, footer, .swiper, .video, .hero {
  display: none !important;
}

a::after {
  content: " (" attr(href) ")";
}

img {
  max-width: 100%;
  height: auto;
  page-break-inside: avoid;
}

@page {
  margin: 2cm;
}
