



  .module-press-overview article.news-article figure {
    display: none;
  }

  .module-press-overview .module-wrap {
    max-width: 928px;
    width: calc(928 * var(--base-unit));
  }
  
  
  
  
  
  @media (max-width: 1300px) {
    
    .module-press-overview .module-wrap {
      max-width: 750px;
      width: auto;
    }
    
  }