.brikl-studio {
    z-index: 100;
    height: 85vh;
    width: 100vw;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: calc((100vw - 100%) / -2);
}

.brikl-dummy {
    z-index: 0;
    height: 85vh;
    width: 100%;
    position: relative;
}