body{
  background-color: #202020;
}
.bg-video{
  position: relative;
  width: 100%;
  height: 4.7917rem;
}
.bg-video video{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  background: #202020;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}
.entergw{
	position: absolute;
	right: 20px;
	top: 20px;
	background: url(../images/entergw.png) no-repeat center top / 100%;
    width: 150px;
	height: 50px;
	background-size: 100% auto;
	z-index: 1000;
}