You cannot make a table responsive unless you use a JS solution.
In addition, your table is in an iFrame, so you need to set its scrolling.
In your media request, set width to iframe:
#exp-schedule-container { width: 1200px; }
and set the scroll to exp-schedule :
#exp-schedule { overflow-x: scroll; }
Giacomo paita
source share