diff --git a/Unwrap/Content/SixtySeconds/HTMLWrapper.html b/Unwrap/Content/SixtySeconds/HTMLWrapper.html
index f6ef0d04..43eeed57 100644
--- a/Unwrap/Content/SixtySeconds/HTMLWrapper.html
+++ b/Unwrap/Content/SixtySeconds/HTMLWrapper.html
@@ -8,7 +8,7 @@
-
+ Play Video
[BODY]
diff --git a/Unwrap/Reusables/Themes/Dark/DarkTheme.css b/Unwrap/Reusables/Themes/Dark/DarkTheme.css
index 7c6e0066..a7010387 100644
--- a/Unwrap/Reusables/Themes/Dark/DarkTheme.css
+++ b/Unwrap/Reusables/Themes/Dark/DarkTheme.css
@@ -25,6 +25,10 @@ a {
text-decoration: none;
}
+/*native HTML-solutions for screen-readers tags don't work here, only this tricky one*/
+a.voiceOver {
+ font-size: 1px;
+}
/*
Getting nice syntax highlighting is tricky!
diff --git a/Unwrap/Reusables/Themes/Light/LightTheme.css b/Unwrap/Reusables/Themes/Light/LightTheme.css
index fa05b2a7..3c3076e9 100644
--- a/Unwrap/Reusables/Themes/Light/LightTheme.css
+++ b/Unwrap/Reusables/Themes/Light/LightTheme.css
@@ -29,6 +29,10 @@ a {
text-decoration: none;
}
+/*native HTML-solutions for screen-readers tags don't work here, only this tricky one*/
+a.voiceOver {
+ font-size: 1px;
+}
/*
Getting nice syntax highlighting is tricky!