.lbp-static-shell{
    position:relative;
    left:50%;
    width:100vw;
    max-width:none!important;
    height:var(--lbp-shell-height,calc(100vh - 95px));
    min-height:650px;
    margin-left:-50vw;
    background:#ececec;
}
.lbp-static-shell iframe{
    display:block;
    width:100%;
    height:100%;
    border:0;
    background:#ececec;
}
.lbp-reader-error{
    padding:18px;
    border:1px solid #e4bcbc;
    border-radius:8px;
    background:#fff3f3;
}
@media(max-width:760px){
    .lbp-static-shell{min-height:560px}
}
