diff --git a/diora/settings.py b/diora/settings.py
index c417d52..ffbe165 100644
--- a/diora/settings.py
+++ b/diora/settings.py
@@ -123,7 +123,7 @@ BG_MAX_BYTES = 5 * 1024 * 1024 # 5 MB
HIGHLIGHTS_MAX_BYTES = 700 * 1024 # 700 KB
BOOKMARKS_MAX_BYTES = 100 * 1024 # 100 KB
-VOLUME_DEFAULT = 204 # out of 255
+VOLUME_DEFAULT = 102 # out of 255 (40%)
ITUNES_TIMEOUT = 6 # seconds
BOOK_METADATA_TIMEOUT = 6 # seconds (DNB / Open Library shelf lookup)
WEBDAV_TIMEOUT = 15 # seconds (cloud import browse/fetch)
diff --git a/templates/radio/player.html b/templates/radio/player.html
index 9681785..9ac3540 100644
--- a/templates/radio/player.html
+++ b/templates/radio/player.html
@@ -13,8 +13,8 @@