/* Force vertical player */
.vjs-fluid{
padding-top:177.78% !important;
}

/* Center video */
.player-video{
display:flex;
justify-content:center;
}

/* Proper player size */
.video-js{
width:420px !important;
max-width:420px;
margin:auto;
}

/* Fix layout spacing */
.top-video .row{
display:flex;
justify-content:center;
}

/* Hide right column */
.next-videos-container{
display:none !important;
}

/* Hide category buttons on watch page */
.top-video .video-player-page + div{
display:none;
}
