#popup-message-window {
    border: 0 none #000000;
    border-radius: 0 0 0 0;
    font-size: 13px;
    padding: 18px;
    width: 80% !important;
    max-width: 700px;
    height: auto !important;
}
#popup-message-window img {
    width: 100%;
    height: auto;
}
.popup-message-title {
    display: none;
}
#popup-message-background {
    z-index:100;
}

/*@media only screen and (max-width: 970px) { 
    #popup-message-window {
        top: 100px !important;
        left: 10px !important;
    }
}*/