@media all and (min-width: 751px) and (max-width: 1120px) and (max-device-width: 1120px) {
  .container,
  .tbl {
    width: 1120px;
  }
}
