.videoWrapper {
position: relative;
display: block;
max-width: 640px;
margin-right: auto;
margin-left: auto;
padding-bottom: 0%; /* video dimensions – height/width */
padding-top: 0px;
height: 200;
z-index: 1000;
}

.videoWrapper .video-js {
position: relative;
display: block;
top: 0;
left: 0;
width: 100% !important;
max-width:640px;
max-height:480px;
height: 100% !important;
z-index: 1;
background: #ffffff;
}

.videoWrapper object,
.videoWrapper embed {
position: absolute;
display: block;
top: 0;
left: 0;
width: 100%;
height: 100% !important;
z-index: 1;
}

.vjs-control-bar {
z-index: 1002;
}

.vjs-big-play-button {
z-index: 1002;
}

.vjs-spinner {
display: none !important;
}

.vjs-poster {
z-index: 1;
}

.video-js {padding-top: 75.25%}