.modal-background {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
}

#ken-only-property-modal {
    padding: 20px;
    background-color: white;
    width: 560px;
    position: fixed;
    top: calc(50% - 290px);
    left: calc(50% - 280px);
}

#ken-only-property-modal img {
    width: 560px;
}

#ken-only-property-modal h3 {
    padding-bottom: 10px;
}

.close-button {
    position: absolute;
    top: -30px;
    right: 1px;
    font-size: 18px;
    color: white;
    background-position: center bottom;
    cursor: pointer;
}

@media screen and (max-width: 737px) {
    #ken-only-property-modal {
        margin: 13px;
        padding: 13px;
        background-color: white;
        width: auto;
        position: fixed;
        top: 10%;
        left: 0;
    }

    #ken-only-property-modal img {
        width: auto;
    }

    #ken-only-property-modal h5 {
        padding-bottom: 5px;
    }
}
