html, body {
	border: 0px;
  margin: 0px;
  padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 0px;
	display: block;
	background-color: #ffffff;
}
img, div {
	border: 0px;
	margin: 0px;
	padding: 0px;
}
#fullscreenId {
	/* background-image: url("../img/background.png"); */
  background-image: url("../img/One_GLOBAL-VISION.world.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;	
	height: 100vh;
	display: block;
	overflow: hidden;
}
#fullscreen-bg {
  position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;	
	height: 100vh;
	display: none;
	overflow: hidden;
}
/*
#fullscreen-bg {
	background-image: url("../img/background.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;	
	height: 100vh;
	display: block;
	overflow: hidden;
}
*/
#fullscreen-bg-video {
	margin:0px;
	padding:0px;
	border:0px;
	width: 100%;	
	height: 100vh;	
	position:absolute;
	top:50%;
	left:50%;
	margin-right:-50%;
	transform:translate(-50%,-50%);
	display:block;
}