﻿@charset "UTF-8";

.video-container{
	width: 100%;
	height: 100%;
	position: relative;}

.video-container .title{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	padding: 10px 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 6;
	display: none;}

.video-container .title p{
    color: #fff;
    font-size: 20px;
    line-height: 33px;
    text-indent: 20px;}

.video-js .vjs-big-play-button{
	width: 62px;
	height: 62px;
	background: url(../images/videoplay.jpg) center no-repeat;
	border: 0;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	border-radius: 50%;}

.video-js .vjs-big-play-button span.vjs-icon-placeholder:before{
	content: "";}

.my-video-dimensions{
	width: 100% !important;
	height: 100% !important;}

.video-container video{
	width: 100%;}