body {
	background-color: black;
	margin: 0;
	padding: 0;
}
.videoContainer {
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	background-color: black;
	position: relative;
}

video {
	object-fit: contain;
	height: 100%;
	width: 100%;
}

.next_btn {
	height: 65px;
	width: 65px;
	border-radius: 20px 0 0 0;
	transform: rotate(-45deg) translateX(70%);
	position: absolute;
	bottom: 30px;
	z-index: 100;
	right: 0;
	background-color: #b9fa00;
}

.next_btn > img {
	transform: rotate(45deg) translateY(-11px);
	margin: 20px 0 0;
	height: 20px;
	width: 20px;
}

#volume_up {
	height: 30px;
	width: 30px;
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 20px;
}

#volume_muted {
	display: none;
	height: 30px;
	width: 30px;
	position: absolute;
	z-index: 100;
	top: 20px;
	right: 20px;
}
