@media print {
  body {
    width: 1280px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  .l-bodyInner {
    min-height: inherit;
    padding-bottom: 0; }
  .p-top-parallax-section:first-of-type {
    margin-bottom: 0; }
  .p-topMiddleImage {
    position: inherit;
    height: 400px; }
  .p-footer {
    position: inherit;
    bottom: inherit;
    min-width: inherit; }
  .p-pageTop {
    display: none; } }