diff --git a/index.html b/index.html
index 4322c43..c5009eb 100644
--- a/index.html
+++ b/index.html
@@ -74,7 +74,7 @@
diff --git a/style/style.css b/style/style.css
index 17e5657..548b32f 100644
--- a/style/style.css
+++ b/style/style.css
@@ -255,12 +255,23 @@ and (max-device-width : 480px) {
position:absolute;
width:100%;
left: 0%;
- top: 80%;
text-align:center;
font-size:1.25rem;
z-index:98;
}
+@media screen and (orientation:landscape) {
+ #attributions {
+ top: calc(50vh + 15vh);
+ }
+}
+
+@media screen and (orientation:portrait) {
+ #attributions {
+ top: calc(50vh + 15vw);
+ }
+}
+
@media only screen
and (min-device-width : 320px)
and (max-device-width : 580px) {