/**
 * ========================================
 * EDIT.CSS - STANDALONE CUSTOM CSS FILE
 * ========================================
 * 
 * This file is NOT processed by any build system.
 * Add your custom CSS directly here for live/production edits.
 * This file will NOT be overwritten by the build process.
 * 
 * Perfect for quick fixes, custom styles, or overrides
 * that need to be added without rebuilding.
 * 
 * ========================================
 */

/* Add your custom CSS below this line */
.hero::after{
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  opacity: 0.2;
}