main {
    max-width: 100vw;
}

main>* {
    max-width: 100vw;
}

main .aligncontent {
    max-width: 100% !important;
    width: var(--wp--custom--cabb-block-content-size) !important;
    margin: 0 auto !important;
}

main .alignwide {
    max-width: 100% !important;
    width: var(--wp--custom--cabb-block-content-wide-size) !important;
    margin: 0 auto !important;
}