@media screen and (max-width: 1010px) {
  #content .container {
    width: 100% !important;
  }
  #content .container .table-metadata {
    width: 100%;
  }
  #content .container .container-inner {
    padding: 0 15px;
  }
  #content .container .container-inner img {
    max-width: 100%;
  }
  #content .container .container-inner blockquote {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
