@charset "utf-8";

.video-js .vjs-big-play-button {
    background: none;
    border: none;
    color: rgba(230, 230, 230, 0.9);
    font-size: 80px;
    height: 70px;
    left: 50%;
    line-height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    top: 50%;
    width: 70px;
}
.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 80px;
    height: 70px;
    left: 50%;
    line-height: 70px;
    margin-left: -35px;
    margin-top: -35px;
    top: 50%;
    width: 70px;
    transition: all 0.1s ease-in-out;
}
@media (min-width: 820px) {
    .video-js, .video-js video, .video-js .vjs-big-play-button {
        /*border-radius: 10px;*/
    }
}
