@media screen and (max-width: 600px) {
  table.heng99-football-live-match-table {
    font-size: 12px;
  }

  .col-team--home img.heng99-football-live-match__logo {
    right: 0;
  }

  .col-team--away img.heng99-football-live-match__logo {
    left: 0;
  }

  table.heng99-football-live-match-table td {
    padding: 6px;
  }

  .col-team--home .heng99-football-live-match__name {
    padding-right: 25px;
  }

  .col-team--away .heng99-football-live-match__name {
    padding-left: 25px;
  }

  table.heng99-football-live-match-table a.heng99-football-live-match-channel-item {
    font-size: 12px;
  }

}