.vjpp-block .vjpp-wrap{
	width:100%;
	max-width:100%;
	background:#000;
	border-radius:0; /* square corners */
	overflow:hidden;
}
.vjpp-notice{
	padding:.75rem 1rem;
	background:#111;
	border:1px dashed #555;
	color:#eee;
}
/* Make the video element fill the wrapper */
.vjpp-block .vjpp-wrap .video-js{
	width:100%;
	height:100%;
}
