/* Make sure the embed wrapper forms a proper containing block */
.wp-block-embed__wrapper,
.wp-block-video,
.wp-block-embed,
.ratio,
.embed-responsive {
    position: relative;
    width: 100%;
    max-width: 100%;
}

/* Borlabs blocker should fill the available area */
.borlabs-cookie-content-blocker,
.brlbs-cmpnt-content-blocker,
.BorlabsCookie ._brlbs-content-blocker,
.BorlabsCookie .brlbs-cmpnt-content-blocker {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}

/* If the blocker is placed absolute by your setup, keep it inside the wrapper */
.wp-block-embed__wrapper .borlabs-cookie-content-blocker,
.ratio .borlabs-cookie-content-blocker,
.embed-responsive .borlabs-cookie-content-blocker {
    left: 0;
    right: 0;
}
.brlbs-cmpnt-container.brlbs-cmpnt-content-blocker .brlbs-cmpnt-cb-preset-c {
    min-height:250px;
}