diff --git a/index.html b/index.html
index 9a57937..3d1e59a 100644
--- a/index.html
+++ b/index.html
@@ -80,7 +80,7 @@
diff --git a/style.scss b/style.scss
index f99f46c..2fb2ab6 100644
--- a/style.scss
+++ b/style.scss
@@ -44,8 +44,8 @@ a {
}
.hidden {
- display: none;
- visibility: hidden;
+ display: none !important;
+ visibility: hidden !important;
}
$logo-size: 40px;
@@ -111,7 +111,11 @@ $header-padding: 5px;
vertical-align: bottom;
}
.header__mixcloud-container {
-
+ display: inline-block;
+ position: absolute;
+ top: 10px;
+ left: 71px;
+ right: 337px;
}
#pre-save-link, #pre-order-link {
@@ -367,6 +371,17 @@ img {
padding-bottom: 6px;
}
}
+
+ #after-text-mobile {
+ iframe {
+ position: absolute;
+ top: 50%;
+ left: 0; right: 0;
+ transform: translateY(-20%);
+
+ border-style: none;
+ }
+ }
}
/** Misc **/