.mvplayer {
	display: block;
	background: #000;
	padding-top: 56%;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	background-size: cover!important;
	min-height: 100px;
}
.mvplayer > label {
    display: block;
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0;
    padding: 4px 8px 4px 34px;
    font-size: 10px;
    color: #FFF;
    overflow: hidden;
    max-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mvplayer:hover > label {
	max-height: 100%;
	line-height: 14px;
	z-index: 2;
}
.mvplayer > label:before {
    content: "\e703";
    font-family: font-icons;
    display: inline-block;
    margin-right: 4px;
    background: rgba(6,171,230,1.00);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    color: #FFF;
    width: 22px;
    text-align: center;
    line-height: 24px;
    padding-left: 3px;
    font-size: 10px;
}
.mvplayer > label i {
	text-transform: capitalize;
	font-family: Arial;
	font-weight: 300;
}
#mvplayer.mvplayer {
	padding-bottom: 60px;
}
.mvplayer:not(#mvplayer):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/img/Play.svg) center 40% no-repeat transparent;
    background-size: 20%;
    background-color: rgba(0,0,0,0.3);
    opacity: 0.5;
    filter: alpha(opacity=0.8);
	pointer-events: none;
}
.mvplayer:hover:not(#mvplayer):after {
	opacity: 1;
	background-color: rgba(0,0,0,0);
}
#mvplayer .vjs-default-skin .vjs-big-play-button,
#mvplayer .vjs-default-skin .vjs-big-play-button:hover, 
#mvplayer .vjs-default-skin:hover .vjs-big-play-button, 
#mvplayer .vjs-default-skin .vjs-big-play-button:focus {
    border-width: 8px;
    border-color: rgba(255,255,255,1);
}
#mvplayer .vjs-default-skin .vjs-big-play-button:before {
	line-height: 66px;
}
#mvplayer:after {
	 bottom: 60px;
}
#mvplayer.mvplayer[data-mv-action="play"]:after {
	display: none;
}
.mvplayer:hover:after {
	opacity: 1;
}
.mvplayer > div {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mvplayer .vjs-big-play-button {
	display: none;
}
@media only screen and (max-width: 767px) {
	/*#mvplayer {
		margin-top: -30px;
		margin-right: -20px;
		margin-left: -20px;
	}*/
	#page-title {
		padding: 8px;
	}
	#page-title .breadcrumb {
		padding: 0!important;
		margin: 0!important;
	}
	#page-title h1 {
		font-size: 10px;
	}
}
@media only screen and (max-width: 480px) {
	#mvplayer .vjs-default-skin .vjs-big-play-button:before {
	    line-height: 36px;
	}
}
.mvplayer[mvplayer-hover] video {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: none;
}
.mvplayer[mvplayer-hover].onplay {
	background: #000!important;
}
.mvplayer[mvplayer-hover].onplay video {
	display: block;
}
.mvplayer[mvplayer-hover].onplay label {
	display: none;
}
.mvplayer .miniposter {
    position: absolute;
    top: 4px;
    width: 30%;
    left: -100px;
    bottom: 20px;
    padding: 2px;
    background: no-repeat top center;
    background-size:contain;
     -webkit-transition: left 1s; /* Safari */
    transition: left 1s;
}
.mvplayer:hover .miniposter {
	left: 4px;
	 -webkit-transition: left 1s; /* Safari */
    transition: left 1s;
}
.row-mvplayer {
	margin-right: 0;
	margin-bottom: 10px;
}
.row-mvplayer > div {
	padding-right: 0;
}
.row-mvplayer > div > a {
	margin-bottom: 15px;
}

.mvplayer .layers {
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 1;
    pointer-events: none;
    bottom: 60px;
    height: auto;
    width: 200px;
    margin-left: -200px;
    -webkit-transition: margin 0.5s;
    transition: margin 0.5s;
    overflow: auto;
    font-size: 12px;
}
@media only screen and (min-width: 767px) {
    [data-mv-action="pause"] .layers.onpause,
    [data-mv-action="ended"] .layers.onend {
        margin-left: 0px;
        -webkit-transition: margin 0.5s; /* Safari */
        transition: margin 0.5s;
    }
}
.mvplayer-layers-button {
    display: block;
    background: rgba(0,0,0,0.7);
    padding: 8px 16px;
    color: #FFF!important;
    margin-bottom: 1px;
    pointer-events: all;
}
.mvplayer-layers-button [class*="icon-"] {
    font-size: 16px;
    line-height: 14px;
    vertical-align: middle;
    margin-right: 10px;
}
.mvplayer-layers-button:hover {
    background: #0099FF!important;
    color: #FFF!important;
}
.mvplayer-layers-poster {
    padding: 8px 8px;
    margin-bottom: 1px;
}
.mvplayer-layers-poster > span {
    width: 100%;
    height: 200px;
    display: block;
    background: no-repeat center center transparent;
    background-size: contain;
}
.video-js .vjs-control {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}