video = document.getElementById('video_bg');
if (isportrait === true) {
video.setAttribute('height', $(window).height());
} else {
}