#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #000;
  display: none;
}

#boxes .window {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 9999;
  text-align: center;
}

#boxes #dialog {
  width: 700px;
  height: 400px;
	background-image:url(/images/landing_page/globthailand.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

#boxes #dialog .close{
  display:block;
  position: absolute;
  top: 25px;
  right: 0px;
  width: 100px;
  color:#000000;
}
#boxes #dialog .button-link{
  display:block;
  position: absolute;
  left:0;
  bottom:55px;
  width:100%;
  height:45px;
  text-align:center;
}
#boxes #dialog .button-link a{
	display:inline-block;
	width:260px;
	height:45px;
}


@media screen and (max-width:1200px){

}
@media screen and (max-width:992px){

}
@media screen and (max-width:767px){

}
@media screen and (max-width:480px){
#boxes #dialog {
  width: 320px;
  height: 480px;
  background-image:url(/images/landing_page/popup-globthailand-m);
}
#boxes #dialog .close{
  top: 5px;
  right: 0px;
  width: 60px;
}
}