@media screen and (max-width: 1075px) {
  .table-overflow {
    display: block;
    width: 100%;
    overflow: auto;
  }
  .table-overflow-inner {
    overflow-x: auto;
    white-space: nowrap;
  }
  .img-scroll {
    width: 100%;
    overflow-x: scroll;
  }
}/*# sourceMappingURL=table.css.map */