<style>
.shirina{
background:none !important;
right: 0 !important;
left: 0 !important;
}
.parpadding{
padding:0 !important;
}
</style>
<script>
var ZeroPopID = 'сюда вставить ID zero-блока, где вы задизайнили свой popup';
var PopWindID = 'сюда вставить ID блока popup';
$( document ).ready(function() {
setTimeout(function(){
$(PopWindID + " .t-popup__container").addClass("shirina").html($(ZeroPopID));
$(PopWindID + " .t-popup__container").parent(".t-popup").addClass("parpadding");
}, 3000);
});
</script>