@media print {
  div#sidebar { display: none; }
  section#content {
    width: 100%;
    
    header.post-header {
      height: auto;
      min-height: 0;
      .post-title {
        position: relative;
        color: $primary-color;
      }
    }
    
    article {
      width: 100%;
      iframe, embed { display: none; }
    }
    
    div#article-bottom { display: none; }
  }
  #comments-section { display: none; }
}