/* DTV-PAGE09R Correction 15 — Narrow-Mobile Canonical Gutter Ownership Consolidation.
 * <=430px only. The ux10 homepage root remains the sole 12px/side gutter owner.
 * Removes duplicated section-level -24px width reductions from Live/Now-on-Network and G4 Councils/News.
 */
@media (max-width:430px){
  body.home [data-dtv-homepage="ux10"] .dtv-g3-live,
  body.home [data-dtv-homepage="ux10"] .dtv-g3-ticker,
  body.home [data-dtv-homepage="ux10"] .dtv-g4-composition{
    width:100%!important;
    max-width:100%!important;
  }
}
