@media print {

    .doNotPrint {
        display: none !important;
    }

    .textSectionContainer > div.width25 { width: 100%; text-align: left; }
    .textSectionContainer > div.width33 { width: 100%; text-align: left; }
    .textSectionContainer > div.width50 { width: 100%; }
    .textSectionContainer > div.width66 { width: 100%; }
    .textSectionContainer > div.width75 { width: 100%; }

    .textSectionContainer > div.color.photo { width: 100%; }

    .textSectionContainer > div.color.photo .header2 a {
        font-size: 3rem;
    }

}