/* [8550] DPG h1 970x250 ad slot: DPG's own inline style forces the ad's inner
   wrapper div to width:100%, which defeats their own justify-content:center
   on the outer container and leaves the creative flush-left on narrow viewports. */
div[data-advert-orig-id="h1"] > div {
    width: auto !important;
}
