@media print {
  body {
    padding: 0;
    margin: 0;
  }

  .main-header,
.main-header-row,
.print-header,
.main-footer,
.overlay,
.inner,
iframe {
    display: none;
  }

  [data-role=content] {
    padding: 0;
    margin: 0;
  }

  img.mobile {
    display: none !important;
  }

  img.desktop {
    display: block !important;
  }

  img.desktop:first-of-type {
    max-height: 960px;
  }
}

/*# sourceMappingURL=savings-card-print.css.map*/