#information{
  display:block;
  background-color:rgba(0,0,0,0.7);
  width:100%;
  height:100%;
  position:fixed;
  top:0;left:0;
  overflow:auto;
  z-index:1000!important;
}
#information  div.wrapper{
	position:fixed;
    width:576px;
    height:465px;
    top:0;left:0;

}
#information  div.wrapper a.btn_close{
      background-image:url(../images/btn_close.png);
      width:133px;
      height:35px;
      overflow:hidden;
      text-indent:-999px;
      display:block;
      margin:20px auto 0 auto;
      background-repeat: no-repeat;
}

#btn_vmss{
  margin:40px auto 0 auto;
  display:block;
  width:980px;
}
#information  div.wrapper a.btn_close:hover{
background-position:0 -35px;
}

@media screen and (max-width: 640px) {
  #information{

  }
  #information div.wrapper{
  position:fixed;
    width:100%;
    height:auto;
    top:0;left:0;
    padding:0 3.125vw;
    box-sizing:border-box;
}
#information  div.wrapper img{
  width:100%;
}
}