document.addEventListener("DOMContentLoaded", function(event) {$(document).one('click', '#video_container', function () {var s2 = document.createElement("iframe");s2.allow = "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture";s2.allowFullscreen = true;s2.frameBorder = 0;s2.width = "100%";s2.height = "100%";s2.src = "";$("#video_container").append(s2);$("#trailer_play_btn2").hide();});});