@media only screen and (max-width: 991px) {

  #toc {
    margin-top: 20px;
    max-height: none;
  }

  #asset-listing {
    margin-top: 20px;
    max-height: none;
  }

  .toc-item {
    margin-left: -6%;
  }

  .asset-type {
    margin-bottom: 16px;
  }

  .goto-page-label {
    display: none;
  }

  #page-number {
    display: none;
  }

  #double-page-icon {
    display: none !important;
  }

}
