Создать блок BF503 со ссылкой #popup:panoroma
Прописать ссылку на кнопку #popup:panoroma
Код запихать в Zero блок

<iframe class="videocamera" width="640" height="480" src="https://panorama.premium-park.ru/" frameborder="0" allowfullscreen></iframe>
Заменить id блоков

<script>
    $( document ).ready(function() {
        var Content = '#rec547854020'; //id Zero block
        var Wrapper = '#rec547854067'; //id блока popup окна BF503
        $(Wrapper + " .t-popup__container").html($(Content)).parent(".t-popup");
        $(Wrapper).addClass('ZeroInPopUp');
    });  
</script>
<style>
    .ZeroInPopUp .t-popup__container {
        background: none!important;
        left: 0;
        right: 0;
        height: 100vh;
        display: grid;
        align-content: center;
        overflow-y: scroll;
        padding: 50px 0px 50px 0px!important
    }
    .ZeroInPopUp .t-popup {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .ZeroInPopUp .t-popup__container.t-popup__container-static {
        margin: 0 auto;
    }
    @media screen and (max-width: 560px) {
        .ZeroInPopUp.t-popup__close {
            background: transparent!important;
        }
        .ZeroInPopUp .t-popup_show .t-popup__container {
            top: 0px!important;
            align-content: start;
            
        }
    }
</style>


<style>
    .videocamera {
        width: 100%;
        height: 100%;
    }
        .ZeroInPopUp .t-popup__container {
    background: none!important;
    left: 0;
    right: 0;
    height: 100vh;
    display: grid;
    align-content: center;
    overflow-y: hidden;
    padding: 0px 0px 50px 0px!important;
}
</style>