.poupbg{
	width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    position: fixed;
    background: #00000075;
    z-index: 9;
	display:none;
}
.poupbgcontentwrap {    
    position: fixed;
    top: 20%;
    left: 50%;
    width: auto;
	min-width:500px;
    height: auto;
	min-height:200px;
    transform: translate(-50%, -50%);
    z-index: 9999;
	display:none;
}
.poupbgcontent {
    background: #ffffff;
    border-radius: 2px;
    position: fixed;
	padding: 10px;
	min-width: 500px;
    min-height: 200px;
}
.poupclose {
    text-align: -webkit-right;
	margin-right: -30px;
}
.poupclose img{cursor: pointer;}


@media only screen and (max-width: 767px){
    .poupbgcontentwrap {width: 90% !important; min-width: 0px;}
    .poupbgcontent {
        min-width: 0px !important;
        min-height: 0px !important;
    }
    .poupclose {
        margin-right: 0px !important;
    }
}