jQuery(document).ready(function($){
$('.pvfw-popup').modaal({
type: 'iframe',
fullscreen: true,
custom_class:'pvfw-popup-modal',
});
});