/* Add a custom photo banner to the top of pages */ .custom-banner { width: 100%; height: 400px; /* Adjust height as needed */ background-image: url("YOUR_IMAGE_URL_HERE"); background-size: cover; background-position: center; margin-bottom: 30px; }