body,
body * {
  border: 0;
  outline: 0;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
div,
img{
  position: absolute;
}
#container {
     position: relative;

  width: 430px;
  height: 966px;
  overflow: hidden;
 background-color: #ccc;

/*  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;*/
/*  border:1px solid #cccccc;*/

  top: 46%;
  left: 50%;
      transform: translate(-50%, -50%);
}
#content {

  width: 100%;
  height:100%;
 background-color: #ccc;
}

.img{
  position: absolute;
  top: 0;
  left: 0;
  width: 430px;
  height: 966px;
background-size:430px 966px;
}
#logoAnimationDiv{
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  max-height: auto;
background-size:400px auto;
}

#text{
  position: absolute;
top:15px;
 
}
#playagain{
  position: absolute;
top:15px;
    opacity:0;
 
}
#text2{

  z-index: 200;
}

#exit {
  z-index: 100;
  width: 100%;
  height: 100%;
  cursor: pointer;
/*   background-color: rgba(255, 0, 0, 0.33); */
}
.hidden{
	visibility: hidden;
}

.visible {
	visibility:visible;
}


/* - */
:focus,
outline none,
::-moz-focus-inner {
  border: 0;
}

