.video-js { background-color: #000; position: relative; padding: 0; outline: none; /* Start with 10px for base font size so other dimensions can be em based and easily calculable. */ font-size: 10px; width: 650px !important; height: 366px !important; /* Allow poster to be vertially aligned. */ vertical-align: middle; /* display: table-cell; */ /*This works in Safari but not Firefox.*/ } /* Playback technology elements expand to the width/height of the containing div.