.image-flyer-root {
  width: 8.5in;
  margin: auto;
}
.image-flyer-page {
  width: 8.5in;
  height: 11in;
  min-width: 8.5in;
  min-height: 11in;
  max-width: 8.5in;
  max-height: 11in;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 12px 38px #0003;
}
.image-flyer-page img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #fff;
}
@media print {
  .image-flyer-root {
    width: 8.5in;
    margin: 0;
  }
  .image-flyer-page {
    margin: 0;
    box-shadow: none;
    break-after: auto;
    page-break-after: auto;
    print-color-adjust: exact;
    -webkit-print-color-adjust: exact;
  }
}
