.print-show {
	display: none;
}

.mosaicImage {
  margin-top: 2rem;
}

@media print {
  .print-show {
    display: block;
  }
  .compactList {
    column-count: 3;
  }
  .heroH2 {
    font-size: 96pt;
    letter-spacing: -0.05em;
  }
  .groupImage {
    margin-top: 1cm;
    width: 20cm;
    height: auto;
  }
  .mosaicImage {
    margin-top: 0;
  }
  #hero-print {
    h2 {
      margin-top: -10mm;
      font-weight: 900;
      font-size: 72pt;
      letter-spacing: -0.05em;
      line-height: 0.85;
    }
    h3 {
      color: black;
      margin-top: 1cm;
      font-size: 18pt;
    }
  }
  #details {
    page-break-before: always;

    img {
      width: 12cm;
      height: auto;
    }
  }
}


