@media print {
  * {
    background: white !important;
    color: black !important;
    box-shadow: none;
    text-shadow: none;
    font-family: serif, "Times New Roman";
    font-size: 11pt;
  }

  header,
  footer,
  nav,
  .navbar,
  button,
  .carousel,
  video,
  form [type="submit"],
  .visually-hidden-focusable {
    display: none;
  }

  .container,
  .container-fluid,
  .row,
  .col,
  [class^="col-"],
  #main-content,
  main {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
  }

  img {
    max-width: 40% !important;
    margin: 0.3cm auto;
    display: block;
  }

  .gallery-section {
    background: none;
  }

  table {
    width: 100%;
    border-collapse: collapse;
  }

  table,
  th,
  td {
    border: 1px solid #999;
    padding: 0.2cm;
  }

  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-style: italic;
  }

  figure:after {
    content: "[Video unavailable in print]";
    font-style: italic;
    text-align: center;
    display: block;
    border: 1px solid #999;
    padding: 0.3cm;
    margin: 0.5cm 0;
  }
}
