.default_bg{
	background: #b9b9b9;
}
.oranews_bg{
	background: url(http://www.oranews.tv/wp-content/uploads/2017/05/sdss22.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.vjs-big-play-button{
	left: 50%;
    margin-left: -1em;
    top: 50%;
    margin-top: -0.8em;
    font-size: 3em;
    line-height: 1.5em;
    height: 1.6em;
    width: 2em;
    display: block;
    position: absolute;
    padding: 0;
    cursor: pointer;
    opacity: 1;
    border: 0.06666em solid #fff;
    background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.7);
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.vjs-control-text{
	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
button.vjs-big-play-button:before {
    content: "";
    background: url(../node_modules/video_js/dist/play.png) no-repeat;
    font-family: VideoJS;
    line-height: 2.6em;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center /* Needed for IE8 */;
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    margin-left: -22px;
    top: 50%;
    margin-top: -25px;
}