@media print{ 

  .noprint{ 
    display: none; 
  }
  
  img {
    height:80px;
    width:auto;
  }
    
}
