html, body {
	margin: 0;
	padding: 0;
}

.vjs-control-bar {
	width: auto !important;
	position: absolute !important;
	left: 1rem !important;
	right: 1rem !important;
	bottom: 1rem !important;
	border-radius: 4rem !important;
	height: 3rem !important;
	background: #000000b5 !important;
	display: flex !important;
}