.tingle-modal-box {
  position: relative;
}

.prestacraft-close {
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 15px !important;
  z-index: 9999;
  font-size: 26px;
  font-weight: bold;
  font-family: monospace;
  line-height: 1;
}

div.popup img {
  max-width: 100%;
  height: auto;
}

.tingle-modal__close {
  position: relative;
}

.prestacraft-special-text {
  border: none;
  outline: none !important;
  background: transparent;
  display: block;
  width: 100%;
}

.tingle-modal-box__content img {
  max-width: 100% !important;
}

.tingle-modal-box__content .prestacraft-close {
  display: none !important;
}

.tingle-modal-box__footer .prestacraft-close {
  display: block !important;
}