#notify {
    position: fixed;
    top: 0px; right: 0px;
    z-index: 1;
    display: flex;
    justify-content: start;
    align-items: end;
    flex-direction: column-reverse;
    height: 100%;
    overflow-y: hidden;
    pointer-events: none;
}

.notify-ctn {
    position: relative;
    max-width: 360px;
    margin: 3px;
    padding: 3px;
    background-color: #f1bc75;
    border: solid 4px #9e6a25;
    font-size: 14px;
    text-align: justify;
    transition: opacity 1s;
    flex: 0 0 auto;
}

.notify-ctn > img.notify {
    float: right;
    width: 64px; height: 64px;
    margin-left: 3px;
    background-color: #9e6a25;
    border: solid 2px #9e6a25;
}