/* Keep third-party creatives inside the content column. */
.tr-ad-slot {
    display: flow-root;
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    min-width: 0;
    margin: 0 auto;
    overflow: hidden;
    contain: inline-size;
}
.tr-ad-slot > div {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}
.tr-ad-slot iframe, .tr-ad-slot img, .tr-ad-slot video {
    max-width: 100%;
}
#vid_vpaut_div {
    box-sizing: border-box;
    width: 100% !important;
    max-width: 1100px !important;
    min-width: 0;
    overflow: hidden;
}
/* Contain the ad network's high z-index below the navigation. */
#vid_vpaut_div { position: relative !important; z-index: 1 !important; isolation: isolate; }
.tr-ad-slot { position: relative; z-index: 1; isolation: isolate; }

/* Center the capped video slot within wider desktop containers. */
#vid_vpaut_div { margin-left: auto !important; margin-right: auto !important; }
