
#custom-content {
    display: block;
    position: relative;
    margin: 0 auto;
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 700px;
    margin: 20px auto;
}

.white-popup:after {
    position: relative;
    display: block;
    clear: both;
    content: '';
}

.white-popup-block {
    display: block;
    position: relative;
    width: 100%;
    max-width: 600px;
    background: #FFF;
    padding: 20px ;
    box-sizing: border-box;
    overflow: visible;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: auto;
}

.mfp-wrap, .mfp-bg {
    position: fixed !important;
    top: 0 !important;
    height: auto !important;
    min-height: 100% !important;
}

.mfp-iframe-holder .mfp-content {
    margin: 20px auto;
}


.mfp-iframe-holder .mfp-content {

}

.mfp-iframe-holder .mfp-iframe-scaler iframe {
    background: none;
    box-shadow: none;
}

.mfp-iframe-holder .mfp-content {
    background: none;
}
.mfp-iframe-scaler.white-popup-block{
    height:auto;
    max-width: none;
}
.mfp-iframe-scaler.white-popup-block iframe {
    position: relative;
    height: auto;
}
.mfp-iframe-scaler.white-popup-block.video-scaler{
    min-height:70%;
}

.mfp-iframe-holder .mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    /*right: 30%;*/
    width: 32px;
    height: 32px;
    text-align: center;
    padding: 4px;
}

.white-popup-block .mfp-close {
    width: 32px;
    height: 32px;
    line-height: 24px;
    margin: 2px;
}

/*.mfp-fade*/
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all .3s;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: .9;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all .3s;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

.youtube-popup-iframe{
    width:100%;
    padding-bottom:60%;
    position:relative;
}
.youtube-popup-iframe iframe{
    width:100% !important;
    height:100% !important;
    position:absolute !important;
    left:0;
    top:0;

}