.h5p-branching-scenario .h5p-start-screen, .h5p-end-screen {
   background: radial-gradient(at top, #000000, #000000);
}
h5p-branching-scenario .h5p-current-screen.h5p-end-screen {
    background-color: #000000;
}
.h5p-branching-scenario .h5p-current-screen {
    background-color: #000000;
}
.h5p-branching-scenario .h5p-background-image {
    max-height: 22em;
}
.h5p-branching-scenario-content.h5p-image {
    width: 40%;
    left: 28%;
}
.h5p-player .w-100 {
    width: 70% !important;
}
.h5p-confirmation-dialog-popup {
    max-width: 20em;
    min-width: 15em;
    top: 60px !important;
}
html.h5p-iframe .h5p-content {
    width: 70% !important;
}
.h5p-confirmation-dialog-background {
    width: 70%;
    left: 15%;
}
.h5p-content {
    left: 15%;
}
.h5p-tooltip {
font-size: 0.7em;
}