/*
Theme Name: AGNO - Child
Author: GT3themes
Author URI: http://gt3themes.com
Description: -
Version: 1.0
Template: agno
*/
@import url("../agno/style.css");

echo "<script type='text/javascript'>
jQuery(document).ready(function() {
        jQuery('video').each(function(){
            jQuery(this).attr('controlsList','nodownload');
            jQuery(this).load();
        });
    });
</script>
";
