@media print {
  .container {
    width:100%;
    max-width:100%;
  }

  .img-container {
    margin-top:0;
    height: auto;
    background: #FFF;
  }
  .img-container .text {
    position: relative;
    top:0;
    left:0;
    margin: 1.5rem !important;
  }

  .img-container .text h1 {
    font-size:28px;
    line-height: 34px;
  }

  .img-container .text h2 {
    font-size:18px;
    line-height: 24px;
  }

  article {
    margin-top:0 !important
  }

  .donors,
  nav,
  share,
  #content_col_1,
  #content_col_3,
  #page_main_banner,
  footer {
    display: none !important;
  }

  .col-white-block {
    margin:inherit;
  }

  .event-print-info p {
    line-height: 18px;
  }

  .pub-print-info p {
    line-height: 18px;
  }

  .no-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

}