#player {
  width: 100%;
  height: 100%;
  position: relative;
  top:0px;
  right:0px;
}
#canvas{
	position:absolute;
	top:0px;
	left:0px;
  width: 100%;
  height: 100%;
  z-index:-9999;
  visibility: hidden;
}
#overlay{
  position: absolute;
  z-index: 9999;
  width: 500px;
  height: 800px;
  text-align:center;
  display: none;
}

.loading{
  background-image:url("e62c3f40a25701360b561e9875f84da0.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
}

.product{
  background: white;
  display:block;
}

#overlay img{
  width: 100%;
  height: 80%;
}

#overlay h5{
  font-size:20px;
  word-wrap: break-word;
}

#overlay span{
  font-size:20px;
  color:red;
  word-wrap: break-word;
  margin-top:20px;
  display:block;

}

#logo{
  position: absolute;
  bottom: -10px;
  width: 70%;
  z-index: 9999;
}

.hidden {
  display: none;
}

.msg {
  border: 2px solid;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
.msg.error {
  background-color: #FEE;
  border-color: red;
  color: red;
}
.msg.success {
  background-color: #EFE;
  border-color: green;
  color: green;
}

body {
  font-family: Arial;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin:0px;
  padding:0px;
  background:black;
}
