/*
Game CSS styles
 */

/*@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {
    html {
        transform: rotate(-90deg);
        transform-origin: left top;
        width: 100vh;
        overflow-x: hidden;
        position: absolute;
        top: 100%;
        left: 0;
    }
}*/
.optionclass{

  text-align: center;
}


#loading_div {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

#loading_div_img {
    top: 50%;
    position: relative;
    left: 50%;
}

.face {
    position: absolute !important;
    border: 2px solid #ffffff;
}

.g-body {
    margin: 0px;
    background-color: #000000;
}

video {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
#partitioned {

  padding-left: 15px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 4px;
  background-repeat: repeat-x;
  background-position-x: 42px;
  width: 200;
  min-width: 200px;
  display: block;
  margin:auto;
  background-color: #f0f0f0;
  outline: none;
 
  font-weight: bold;
}

#divInner{
  left: 0;
  position: sticky;
   
}

#divOuter{
  position: absolute;
  
  overflow: hidden;
  display: none;
   
}
#divInner1{
  left: 0;
  position: sticky;
   
}

#divOuter1{
  position: absolute;
  
  overflow: hidden;
  display: none;
   
}