@media print { 
	/* Print Styles Go Here */
	 header, footer, nav { display: none !important; } 
   section.resource__mixtap .col-md-4 {display: none !important; }
   section.inner__top.position-relative.aleph-detail-inner.resource__details.video_bg{ display: none !important; } 
	 @page:right{ 
  @bottom-left {
    margin: 10pt 0 10pt 0;
    border-top: .25pt solid #666;
    content: "iCenter";
    font-size: 9pt;
    color: #333;
  }
}
}
@page {
  margin: 2cm;
}
body {
  counter-reset: chapternum figurenum;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  line-height: 1.5;
  font-size: 11pt;
}

h1 {
  counter-reset: figurenum;
}

h1.title:before {
  counter-increment: chapternum;
  content: counter(chapternum) ". ";
}

figcaption:before {
  counter-increment: figurenum;
  content: counter(chapternum) "-" counter(figurenum) ". ";
}

header:before { 
    content: url(https://icenter.fundflu.com/wp-content/uploads/2020/04/ini2.png);
} 