/* =============================================================================
   print style
============================================================================= */
html,
body {
  height: 100%;
}

img {
  max-width: auto !important;
  height: auto !important;
}

.hide-on-desktop {
  height: 0 !important;
  display: none !important;
}

body {
  width: 1024px !important;
  -webkit-print-color-adjust: exact;
}
.section-nav {
  display: none !important;
}