
html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
  background-color:#000 ;
	background-image: url("slot_loading_hi.gif");
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

figure {
	max-height:100%;
	height:100%;
  margin: 0 0 0;
}

video {
  display: block;
  margin-left: auto;
  margin-right: auto;
	height:100%;
}
