*{
	padding: 0;
	margin: 0;
}

body{
	font-family: Arial, "serif";
	background: rgba(0,0,0,1.00);
}

.wrapper{
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
}

.container{
	width: 700px;
	max-width: 92%;
	height: 100vh;
	position: relative;
	
}

.list{
	width: 100%;
	display: flex;
	flex-direction: row;
	column-gap: 30px;
	position: absolute;
	top: 60%;
	left: 0%;
	

}
.item{
	align-content: center;
	text-align: center;
	display: flex;
	flex-direction: column;
}


.item a{
		display: flex;
	flex-direction: column;
		align-items: center;
}

.logo{
	width: 100%;
}
.flag{
	width: 80%;
	margin: 5%;
}
a{
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

.item span{
	font-size: 18px;
}

.bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 810px;
}

.bg1 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.5;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.video {
  position: fixed;
  right: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: 0;
}


.sourcemb {
  display: none;
}


@media screen and (max-width: 1024px) {
  .video {
    width: 130%;
    left: 50%;
	  top: 50%;
    transform: translate(-50%,-50%);
    
  }
	
	  .sourcemb {
    display: block;
  }
	
	.item span{
	font-size: 14px;
}
	
	
}