.alert-popup.white-popup {
  position: relative;
  background: #FFF;
  padding: 0;
  width: auto;
  max-width: 700px;
  margin: 20px auto;
  box-shadow: 10px 10px 60px #555;
  /* border: #156988 10px solid; */
}

.alert-popup.white-popup img {
  width: 100%;
  height: auto;
  max-height: 350px;
  object-fit: cover;
  object-position: center;
}

.alert-pop--content_wrap {
  padding: 32px;
}

.alert-pop--content_wrap .button {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

.alert-popup .mfp-close {
  background-color: rgba(0,0,0,0.1);
}

@media screen and (max-width:768px) {
  .alert-popup.white-popup {
    max-width: 500px;
  }
  .alert-pop--content_wrap {
    padding: 18px;
  }
}