.wpps_popup {
    position: absolute;
    z-index: 999999;
    width: 90%;
    height: auto;
    left: 5%;
    filter: drop-shadow(0px 4px 15px rgba(0, 0, 0, 0.25));
  }
.wpps_popup .bgImg {
    width: 100%;
    height: auto;
}
.pop-btn2 {
    position: absolute;
    width: 40%;
    right: 30px;
    bottom: 30px;
}

#wpps_popup01 {
    z-index: 1000001;
    top: 20px;
}
#wpps_popup02 {
    z-index: 1000000;
    top: 46%;
}
#wpps_popup03 {
    top: 90%;
}

@media (min-width: 750px) and (max-width: 1280px){ 
    .wpps_popup {
        position: absolute;
        z-index: 999999;
        width: 500px;
        height: auto;
        left: calc( 50% - 250px );
      }
    
    
}