.video-js .vjs-big-play-button
{
    font-size: 3em;
    line-height: 1.5em;
    height: 1.5em;
    width: 3em;
    border: 0.06666em solid #fff;
    border-radius: 0.3em;
    left: 50%;
    top: 50%;
    margin-left: -1.5em;
    margin-top: -0.75em;
}

.video-js .vjs-control-bar,
.video-js .vjs-big-play-button,
.video-js .vjs-menu-button .vjs-menu-content,
.video-js .vjs-poster
{
    background-color: #222;
    background-color: rgba(34, 34, 34, 0.7);
}

.video-js .vjs-big-play-button
{
    font-size: 6em;
}

@media only screen and (max-width: 600px)
{
    .video-js .vjs-big-play-button
    {
        font-size: 4em;
    }
}
