/* 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;
}