#loader-bg {
  *display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: black;
  z-index: 100;
}

#loader{
	position: fixed;
	top: 30%;
    left: 25%;
    width:50%;
    font-size:2vw;
    color: gray;
    z-index: 100;
    text-align: center;
}

#loaderImg {
  display: none;
  position: fixed;
  top: 25%;
  left: 25%;
  width:50%;
  margin:0 auto;
}

#loaderImg video{
	width:100%;
}

#loaderImg img{
	width:100%;
}
