@charset "utf-8";
.popup_window{z-index:100;position:fixed;background:#fff;border:1px solid #ddd;}
.popup_window iframe{width:100%;height:100%;border:0;}

@media screen and (max-width: 1040px){
    .popup_window{
    left:10px !important;
    top:80px !important;
    width:350px!important;
    height: 500px!important;
        }  
}

@media screen and (max-width: 800px) {
    .popup_window{
    left:10px !important;
    top:80px !important;
    width:350px!important;
    height: 500px!important;
        }   
}


@media screen and (max-width: 660px) {
    .popup_window{
    left:10px !important;
    top:80px !important;
    width:350px!important;
    height: 500px!important;
        }
}
 