.vjs-skip-button{
        position: absolute;
        background: #333;
        height: 28px;
        width: 80px;
        right: 0;
        bottom: 40px;
        z-index: 600 !important;
        cursor: pointer;
        
        color: white;
        font-size: 12px;
        font-weight: bolder;
        line-height: 28px;
        text-transform: uppercase;
        text-align: center;
        
        border-radius: 5px 0 0 5px;
        
        opacity: .5 !important;
        
        transition: all .1s ease-in-out;
        -o-transition: all .1s ease-in-out;
        -ms-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        -webkit-transition: all .1s ease-in-out;
}

.vjs-skip-button.vjs-fade-in {
	opacity: .5 !important;
}

.vjs-controls {
	z-index: 600 !important;
}

.vjs-link {
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0px;
	left: 0px;
	position: absolute !important;
	z-index: 500 !important;
}

.vjs-link span, .vjs-link a {
	display: block;
	text-decoration: none;
	font-size: 240px;
	z-index: 501;
	width: 100%;
	height: 100%;
	line-height: 100%;
}