@charset "utf-8";
/* CSS Document */

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#000;
  display:none;
}  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:1000px;
  height:720px;
  display:none;
  z-index:9999;
  padding:20px;
}
#boxes #dialog {
  width:1000px; 
  height:333px;
  padding:1px;
  background-color:#333;
}
@media screen and (max-width: 980px) {

#boxes #dialog {
  width:90%; 
  height:auto;
  padding:1px;
  margin-top:5%;
  background-color:#333;
}

}
div#mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
        width: 100% !important;
    height: 100% !important;
}
@media screen and (max-width: 980px){
  #boxes #dialog {
      left: 0 !important;
      right: 0 !important;
      margin: auto !important;
  }
}
#boxes #dialog {
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}