.global-dialog {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;

  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;

  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  -moz-align-items: center;
  align-items: center;

  background-color: rgba(0, 0, 0, 0.7);
}

.dialog_img {
  max-width: 67%;
  /* width: 376px;
  height: 348px; */
  /* position: relative; */
  z-index: 1000;
  /* left: 50%;
  top: 50%; */
  /* margin-top: -174px;
  margin-left: -188px; */
  text-align: center;
}

.dialog_img img {
  max-width: 100%;
  max-height: 100%;
}

.dialog_img > p {
  margin-top: 20px;
}
.dialog_img > a {
  display: block;
}

.dialog_img .btn-close {
  /* position: absolute; */
  width: 40px;
  height: 40px;
  /* bottom: -64px; */
  /* left: 50%; */
  /* margin-left: -20px; */
  cursor: pointer;
}
