<!-- No Related Youtube videos -->
<script>
jQuery(document).ready(function($){
setTimeout(function(){
$('.fluid-width-video-wrapper iframe').each(function(){
var videoURL = $(this).prop('src');
videoURL = videoURL + "&rel=0&modestbranding=1";
$(this).prop('src','');
$(this).prop('src',videoURL);
});
}, 1000);
});
</script>