.vjs-theme-funeralstream {
    --vjs-theme-funeralstream--primary: #fff;
    --vjs-theme-funeralstream--secondary: #fff;
}

.vjs-theme-funeralstream .vjs-big-play-button {
    border-radius: 20px;
    background: rgba(0,0,0,0.8);
    padding: 60px 90px;
    width: 70px;
    height: 70px;
    line-height: 115px;
    font-size: 80px;
    border: none;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -100px;
    color: #ddd;
}

.vjs-theme-funeralstream:hover .vjs-big-play-button,
.vjs-theme-funeralstream.vjs-big-play-button:focus {
    background:#000;
    color: #fff;
}

.vjs-theme-funeralstream .vjs-control-bar {
    height: 54px;
}

.vjs-theme-funeralstream .vjs-button>.vjs-icon-placeholder::before {
    line-height: 54px;
}

.vjs-theme-funeralstream .vjs-time-control {
    line-height: 54px;
}


/* Play Button */

.vjs-theme-funeralstream .vjs-play-control {
    font-size: 1.5em;
    position: relative;
    margin-top: 2px;
}

.vjs-theme-funeralstream .vjs-volume-panel {
    order: 4;
}

.vjs-theme-funeralstream .vjs-volume-bar {
    margin-top: 2.5em;
}

.vjs-theme-city .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
    height: 100%;
}

.vjs-theme-funeralstream .vjs-progress-control .vjs-progress-holder {
    font-size: 1.5em;
}

.vjs-theme-funeralstream .vjs-progress-control:hover .vjs-progress-holder {
    font-size: 1.5em;
}

.vjs-theme-funeralstream .vjs-play-control .vjs-icon-placeholder::before {
    height: 1.3em;
    width: 1.3em;
    margin-top: 0.2em;
    border-radius: 1em;
    border: 3px solid var(--vjs-theme-funeralstream--secondary);
    top: 2px;
    left: 9px;
    line-height: 1.1;
}

.vjs-theme-funeralstream .vjs-play-control:hover .vjs-icon-placeholder::before {
    border: 3px solid var(--vjs-theme-funeralstream--secondary);
}

.vjs-theme-funeralstream .vjs-play-progress {
    background-color: var(--vjs-theme-funeralstream--primary);
}

.vjs-theme-funeralstream .vjs-play-progress::before {
    height: 0.8em;
    width: 0.8em;
    content: '';
    background-color: var(--vjs-theme-funeralstream--primary);
    border: 4px solid var(--vjs-theme-funeralstream--secondary);
    border-radius: 0.8em;
    top: -0.25em;
}

.vjs-theme-funeralstream .vjs-progress-control {
    font-size: 14px;
}

.vjs-theme-funeralstream .vjs-fullscreen-control {
    order: 6;
}

.vjs-theme-funeralstream .vjs-remaining-time {
    display: none;
}


/* Picture in Picture button */

.vjs-picture-in-picture-control {
    display: none!important;
}


/* Live */

.video-js .vjs-live-control {
    line-height: auto;
    align-items: center;
    margin-top: 2px;
}