In the center of my webpage, I have a div with id center-container that contains 2 divs: one for the video player (left) and the second (right) for an extra thing, such as a playlist. There is other content above and below the central div container.
Now the question. How can I make the video player container in the middle of the page when the playlist is missing (not installed) without stopping the remaining layout.

source share