.video-theme .vjs-control-bar {
    background-color: #600;
}

.player_fallback video {
    max-height: 640px;
    width: 100%;
}

.video-theme .vjs-big-play-button {
    background-color: #600;
    height: 45px;
    position: absolute;
    border: none !important;
    border-radius: 0 !important;
}

.video-theme:hover .vjs-big-play-button {
    background-color: #800;
}