#restaurant-notification-modal {
    max-width: 650px;
    margin: auto;
    display: flex;
    display: -webkit-flex;
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    background: #fff;
    border: 2px solid #feffe5;
    position: relative;
}

.restaurant-notification-left-side img {
    width: 100%;
    height: auto;
}

.restaurant-notification-right-side {
    padding: 20px 40px 20px 20px;

}

.restaurant-notification-right-side p:last-of-type {
    margin-bottom: 0;

}

#restaurant-notification-modal.lity-hide {
    display: none;
}

.restaurant-notification-left-side {
    background-position: 50%;
}

.lity-close {
    position: absolute;
    text-shadow: none;
    color: #000;
}

@media screen and (max-width: 500px) {
    #restaurant-notification-modal {
        display: block;
    }

    .lity-wrap {
        margin: 20px;
    }
}