@mixin hideWhenPrinting() {
  display: none;
  visibility: collapse;
}