body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}

.box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

#dplayer {
    width: 100%;
    height: 100%;
    overflow: auto;
}

.dplayer-mobile-play {
    border-radius: 40px;
    background-color: #676262b9;
}