body {
	overflow: hidden;
	height: 100%;
}
@media (aspect-ratio: 16 / 9) {
	body {	height: auto	}
	#myVideo {	height: 100%	}
}
@media screen and (orientation: portrait) {
	body {	background: teal	}
	a {	color: initial	}
	#myVideo {
		height: auto;
		width: 100% !important;
	}
	.reg_span {	display: none !important	}
	.span_m {	display: block !important	}
	#myNavbar {	background: transparent !important	}
	.xhr {	color: initial	}
}
@media screen and (orientation: landscape) {
	a {	color: teal	}
	.navbar-fixed-bottom {
		background: rgba(0, 0, 0, 0.5);
		opacity: 0.795;
		height: 8.85333%;
	}
	.btn {	background: teal	}
	#closeMenue {	width: 3.99%	}
	.xhr {	color: teal	}
}
.navbar-fixed-bottom {
	bottom: 0;
	position: fixed;
	width: 99.99999%;
}
.span_m {	display: none	}
.reg_span {
	display: block;
	color: teal;
}
.btn-group {	position: fixed	}
#myNavbar {
	position: fixed;
	bottom: 8.85333%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0.83333;
	padding: 1.04%;
}
