:where(.brxe-video) {
    all: unset;
    display: block;
    width: 100%;
    max-width: 100%;
}

:where(.brxe-video) iframe,
:where(.brxe-video) video {
    all: unset;
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
}