 .is-hide-on-print {
   display: none;
 }

 .is-show-on-print-only {
   display: initial;
 }