html.start #page-bottom-btn,
html.rueckblick #page-bottom-btn,
html.archiv #page-bottom-btn{
    display:unset;
}
.rowbox .row video{
    width:100%;
}
.rowbox.vids .row.vidbox{
    display:flex;
    flex-direction:column;
    margin-top:50px;
}
.rowbox.vids .row.vidbox .lbl{
    xfont-size:1.4rem;
    font-weight:bold;
}
.rowbox.vids .row.vidbox video{
    margin-top:25px;
}
.rowbox.vids .row.bottom{
    display:flex;
    justify-content:flex-end;
    width:100%;
}
.rowbox.vids .row.bottom:last-child a.ctrl.page-bottom{
    display:none;
}