/home/hdwebsolution/www/ns-interior/js/popup.js
/*----------------------------------
    //------ MAGNIFIC POPUP ------//
    -----------------------------------*/
$(document).ready(function () {
    $('.popup-youtube, .popup-vimeo, .popup-gmaps').magnificPopup({
        disableOn: 700,
        type: 'iframe',
        mainClass: 'mfp-fade',
        removalDelay: 160,
        preloader: false,
        fixedContentPos: false
    });
});