diff --git a/public_html/css/hpr.css b/public_html/css/hpr.css
index a29edc6..6ef4485 100644
--- a/public_html/css/hpr.css
+++ b/public_html/css/hpr.css
@@ -311,7 +311,7 @@ a.lane-button {
}
a.lane-button img {
- height: 110px;
+ height: clamp(95px, calc(100vw - var(--for-tablet-portrait-up)), 110px);
filter: invert(60%) sepia(50%) hue-rotate(140deg) saturate(200%);
transform: scaleX(0.9);
}
diff --git a/templates/content-index.tpl.html b/templates/content-index.tpl.html
index 7ea1bd4..b2f7f84 100644
--- a/templates/content-index.tpl.html
+++ b/templates/content-index.tpl.html
@@ -46,19 +46,22 @@