.wpvp-player-container {
width: 100%;
max-width: 100%;
background: #000;
border-radius: 8px;
overflow: hidden;
}

.video-js {
width: 100%;
height: 100%;
}

.vjs-big-play-button {
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
font-size: 3em;
}
