.popupWrapper{
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    padding:0;margin:0;
    z-index:1000000000000000;
}
.popupWrapper a{
    
    display:block;
}
.popupImg{
    width:100%;
    height:100%;
}
.popupClose{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:20%;
}

.popupCall{
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    height:79%;
}