  #modal-amy {
  position: fixed;
  inset: 0;
  padding: 24px;
  background: #00000050;
  z-index: 999999999;

  display: none;
  justify-content: center;
  align-items: center;
}

.modal-amy__content {
  max-width: 450px;
  width: 100%;
}

.modal-amy__body,
.modal-amy__img {
  width: 100%;
  /* height: fit-content; */
  height: auto;
}

.modal-amy__body {
  position: relative;
}

.modal-amy__close {
  width: 100%;
  position: absolute;
  height: 12%;
  opacity: 1;
  cursor: pointer;
  color: transparent;
  right: 0;
  padding: 5px 10px;
  text-align: right;
}
.modal-amy__close {
  font-size: 0;
}

.modal-amy__close::after {
  content: "×";
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #modal-amy {
    display: flex;
  }
}
