diff --git a/_notes/dwsync.xml b/_notes/dwsync.xml
index a7e9078..1fa38ce 100644
--- a/_notes/dwsync.xml
+++ b/_notes/dwsync.xml
@@ -1 +1 @@
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/css/header-image.css b/css/header-image.css
index e43cc59..bbf349e 100644
--- a/css/header-image.css
+++ b/css/header-image.css
@@ -1,6 +1,15 @@
/* - - - - - - - - - - - - - - - - - - -
== Header Image
- - - - - - - - - - - - - - - - - - - */
+#masthead {
+ -ms-word-break: break-all;
+ word-break: break-all;
+ word-break: break-word;
+ -webkit-hyphens: auto;
+ -moz-hyphens: auto;
+ hyphens: auto;
+}
+
#masthead.header-image .container {
position: relative;
}
diff --git a/footer.php b/footer.php
index 239b713..89dda13 100644
--- a/footer.php
+++ b/footer.php
@@ -11,7 +11,7 @@