
@media print {
  @page {
    size: A4;
    margin: 2cm 1.5cm; 
  }
  iframe,
  .sticky-img,
  .js-next-page,
  .chakrabarti-print-image,
  .sitsal-print-image,
  .js-scroll-up.btn-theme-primary,
  .index-print,
  .print-adv {
    display: none; }

  .print-header,
  .print-title,
  .print-author,
  .print-img,
  .js-next-page-block {
    display: block !important; }

  .print-author {
    text-align: right; }
    .print-author.float-rt {
      float: right; }

  .print-text-center {
    text-align: center; }
    .print-text-center .print-author {
      text-align: center; }

  img {
    -webkit-print-color-adjust: exact; }

  .header-wrapper {
    background-color: transparent; }

  .print-poem-img,
  .new-print-img {
    width: 50% !important;
    max-height: 500px; }

  .print-img {
    margin: auto;
    width: 40%; }

  .naamgyal-img,
  .ma-story-img {
    margin-bottom: 1rem; }

  .fixed-img {
    position: absolute;
    margin-bottom: 1.5rem; }

  .khoi-poem .fixed-img,
  .new-chakra-img,
  .new-sitsal-img,
  .img-shape {
    right: 0; }

  .img-shape {
    width: 20%;
    position: absolute;
    bottom: 0; } 

    .text-center img.img-fluid,
    .ma-story-img,
    .new-print-img,
    .new-caption-img {
      float: left;
      margin-bottom: 1rem;
      margin-right: 1rem;
      width: 40% ;
    }

    .new-caption-img-rt .new-img-rt {
      float: right;
      width: 30% !important;
      margin-left: 1rem;
      margin-bottom: 1rem;
    }

    .slider-img,
    .baliyo-mobile-img .img-shape {
      bottom: 2cm;
      position: absolute;
      right: 0;
    }

    .baliyo-mobile-img .img-shape { 
      bottom: 6cm;
    }

    .print-index {
      display: block;
    }

    .text-center img.img-fluid.new-kite-img {
      float: none; width: auto; position: relative; margin-top: 0.5cm;
    }
}