﻿.video-js .vjs-big-play-button {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: #007FA3;
    border-color: #007FA3;
}

.video-js .vjs-big-play-button:focus,
.video-js:hover .vjs-big-play-button {
    background: #005575;
    border-color: #005575;
}

.video-js:hover {
    cursor: pointer;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    content: url(../img/video/play.svg);
}

.video-js .vjs-big-play-button {
    line-height: 1.7em;
}