@charset "utf-8";
html, body {
  hight: 100%;
  margin: 0px;
  width: 100%;
}
.bgVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  min-height: 100%;
  min-weight: 100%;
}
@media (min-aspect-ratio: 16/9){
	.bgVideo{
		width: 100%;
		height: auto;
	}
}
@media (max-aspect-ratio: 16/9){
	.bgVideo{
		width: auto;
		height: 100%;
	}
}
