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

    display: flex;
    justify-content: center;
    align-items: center;

    display: none;
}

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

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

.modal-amy__body {
    position: relative;
}

.modal-amy__close {
    position: absolute;
    inset: 0 0 auto 0;
    height: 12%;
    opacity: 0;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    #modal-amy {
        display: flex;
    }    
}