@media print {
  #content {
    margin-top: 0 !important;
  }
  #content-top .videoheader {
    display: none;
  }
  .rmnd-awardexplorer .navigation.row {
    display: none;
  }
  .rmnd-awardexplorer.detail .main-information main .social {
    display: none;
  }
  .rmnd-awardexplorer.detail .main-information main .social .shariff span {
    display: block !important;
  }
  .rmnd-awardexplorer.detail .main-information main .jurytext {
    padding-bottom: 0 !important;
  }
  .rmnd-awardexplorer.detail .main-information main .information {
    padding-bottom: 0 !important;
  }
  #footer {
    display: none;
  }
  #footer .linktop {
    display: none;
  }
  #footer .social {
    display: none;
  }
  #footer .logo {
    display: none;
  }
  .scroll-down {
    display: none;
  }
  .owl-carousel {
    display: none;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
  a[href]:after {
    content: none !important;
  }
}
