jQuery(document).ready(function() {
    // Apply opacity to veils
    jQuery('.veil').css('opacity', '0.25');
});
