.mfp-content {
    width: auto !important;        
    max-width: 94vw !important;    
    display: inline-block !important;
    vertical-align: middle;
    margin-top:15px;
}
.mfp-edu-popup-wrapper .mfp-close{
    border: 2px solid #FFF;
    border-radius: 50%;
    background: none;
    color: #FFF;
    width: 26px;
    height: 26px;
    font-size: 1.5rem;
    right: -25px;
    top: -20px;
    line-height: 24px;
    text-align: center;
    padding: 0;
}
.mfp-edu-popup-wrapper .mfp-content{
    background: #FFF;
    padding: 20px 30px;
    box-shadow: 0px 3px 6px #00000029;
    background-color: #ffffff;
    border: 1px solid #e9ecef !important;
    border-radius: 0.5rem;
}
.mfp-edu-loader-popup .mfp-content{
    display:none!important;
}
.mfp-edu-popup-wrapper .mfp-iframe-scaler {
  overflow: hidden;
  padding-top: 0; 
  height: 90vh;   
  width: 90vw;    
  max-width: 1200px;
  margin: 0 auto;
}
.mfp-edu-popup-wrapper .mfp-iframe {
  width: 100%;
  height: 100%;
}