mux-player {
    --seek-backward-button: none;
    --seek-forward-button: none;
    --captions-button: none;
    --time-range: none;
    --pip-button: none;
    --rendition-menu-button: none;
    --playback-rate-button: none;
}

mux-player::part(pip-button) {
    display: none !important;
}
@media (max-width: 768px) {

    mux-player::part(center play button) {
        position: absolute;
        left: 16px;
        bottom: 35px;
        transform: none;
        z-index: 10;
    }
}
@media (min-width: 768px) {

    mux-player::part(center play button) {
        position: absolute;
        left: 16px;
        bottom: 35px;
        transform: none;
        z-index: 10;
    }
}