I\'m looking to set up twitter\'s embedded timeline, it\'s quite easy when you\'re having a fixed design, but that\'s not my case and I\'m actually building a fluid and responsi
Attribute selector should work:
iframe[id*="twitter-widget"] { width: 100%; }
More here.