@import url(./font.css);
html{
  display: block;
  margin: 0 auto;
}
body{
  transform-origin: 0 0;
  background: #000;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.contents{
  transform-origin: 0 0;
  background: #000;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  /* max-width: 1000px; */
  overflow: hidden;
}



.video1 {
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  z-index: 50;
  left: 0;
  /*display: none;*/
}




.mobile_play_btn{
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 190;
  display: none;
}

.mobile_play_btn > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}



.mobile_orientation_warning{
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 191;
  display: none;
}

.mobile_orientation_warning > img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
