$(".youtube-link").grtyoutube({//$(".youtube-link-dark").grtyoutube({
autoPlay: true,
theme: "dark" //theme: "light"
});
$(document).ready(function () {
var hostname = window.location.origin;
console.log(hostname);
if (hostname == "https://www.realdepo.com") {
$('.youtube-link').trigger('click');
}
});