/* Break out of any fixed-width content wrapper added by the active theme. */
.fbpb-full-width-shell {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-right: -50vw;
    margin-left: -50vw;
    padding: 0;
}

.fbpb-full-width-shell .fbpb-canvas {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
}

body.fbpb-page {
    overflow-x: clip;
}

@supports not (overflow: clip) {
    body.fbpb-page { overflow-x: hidden; }
}
