/*
body {
    -webkit-app-region: drag;
}
*/

#webview {
    position: absolute;
    top: 32px;
    bottom: 0;
    width: 100%;
}

#background_splash img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    width: 100%;
    height: 100%;
}