.popup-container {
    position:absolute;
    border-radius:10px;
    overflow:hidden;
    -webkit-box-shadow:0 2px 8px rgba(0,0,0,0.13);
    box-shadow:0 2px 8px rgba(0,0,0,0.2);
    max-width:90%;
    width:90%;
    z-index:9;
    background:#fff;
    left:5%;

    padding:0;

}
.popup-container img {
    max-width:100%;
    vertical-align: bottom;
}
@media screen and (max-width:1000px) {
    .popup-container {
        top:20% !important;
        z-index:99999;
    }
}


@media screen and (min-width:1000px) {
    .popup-container {
        position:absolute;
        border-radius:10px;
        overflow:hidden;
        max-width:600px;
        z-index:100;
        left:40px !important;
        top:170px !important;
    }
}
.popup-container .btn-group-pop {
    padding:0;
    margin:0;
    border:1px solid #eee;
}
.popup-container .btn-group-pop:after {
    content:'';
    clear:both;
    display: table;
}
.popup-container .btn-group-pop a {
    float:left;
    display:inline-block;
    text-decoration:none;

}

.popup-container .btn-pop {
    width:49%;
    float:left;
    letter-spacing:0;
    color:#000;
    line-height:40px;
    height:40px;
    display:inline-block;
    font-size:14px;
    font-weight:400;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    background-image:none;
    border:1px solid transparent;
}
.popup-container .btn-pop:first-child {
    border-right:1px solid #eee;
}
