@media print {

  body {
  	background: white;
  }

  .teaser-block {
    width: 375 !important;
    height: 350 !important;
    border: 1px solid #909090;
  }

  .teaser-block a figure img {
    width: 100%;
    z-index: 1;
    margin: 0;
    padding: 0;    
    max-height: 150px;
    position: relative;
  }

  .hideInPrint {
    display: none;
  }

  .showInPrint {
    display: block;
  }

}
