div.popup-bg {

    background-repeat: no-repeat;
    min-height: 500px;

    border: 10px solid #FFF;
}

div.logo { text-align: center; }

div.fast {
    text-align: center;
    background:rgba(255,255,255, 0.7);
    padding: 10px;
    margin-top: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

div.fast a {
    padding: 10px 20px;
    background-color: #590100;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    font-size: 20px;
    text-decoration: none;
    margin: 20px;
}

div.fast img { padding-bottom: 10px; }

div.fast h3 {
    color: #590100;
    margin-bottom: 0;
}

@media all and ( max-width: 599px) {
    div.popup-bg {
        background-image: url(../img/dish.jpg);
        background-position: center center;
        background-size: cover;
    }
    /*div.foodpanda { margin-top: 20px; }*/
    div.fast a {
        margin-bottom: 15px;
    }
}

@media all and ( min-width: 600px) {
    div.popup-bg {
        background-image: url(../img/popup.jpg);
        background-position: top center;
        background-size: cover;
    }
}

@media all and (max-width: 480px) {
    div.logo img { width: 150px; }
    div.takeaway img,
    div.foodpanda img { width: 120px; }
}

/*@media all and ( max-width: 820px) {
    div.popup-bg {
        min-width: auto;
    }
}*/

@media all and ( min-width: 800px) {
    div.popup-bg {
        min-width: 800px;
    }
}

.mg_popup .pp_close {
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(../img/close_white.png);
}
