@media print {
  header, nav, aside, footer, .video-wrapper, video, iframe {
    display: none !important;
  }

  img, figure img {
    max-width: 300px !important;
    width: 100% !important;
    height: auto !important;
    display: block;
    margin: 1rem auto !important;
    border: none !important;
    box-shadow: none !important;
  }

  body, main, article, section, .survey-form {
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  table, th, td {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #888 !important;
    box-shadow: none !important;
  }

  body {
    font-size: 12pt !important;
    line-height: 1.4 !important;
  }

  @page {
    margin: 1.5cm;
  }
}
