@charset "UTF-8";

.remaster-modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  overflow: auto;
  z-index: 99999999999999;
}

.remaster-modal .modal-dialog {
  width: 1000px;
  text-align: center;
  position: absolute;
  margin: auto;
  top: 150px;
  left: 0;
  right: 0;
  z-index: 10;
}

.remaster-modal .modal-dialog .remaster-close-btn {
  position: absolute;
  top: -65px;
  right: 10px;
  z-index: 10;
}

.remaster-modal .modal-overlay-remaster {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  overflow: auto;
  outline: 0;
  top: 0;
}

@media screen and (max-width: 750px) {
  .remaster-modal .modal-dialog,
  .remaster-modal .modal-dialog .modal-img img,
  .remaster-modal .modal-dialog .modal-link img {
    width: 700px;
  }
}
