diff --git a/public_html/style.css b/public_html/style.css
index 0a0ae00..dd06ce4 100644
--- a/public_html/style.css
+++ b/public_html/style.css
@@ -742,7 +742,7 @@ div.opaque h2 span.halfbubble {
background-image: url('img/play-btn.svg');
background-position: center center;
background-repeat: no-repeat;
- background-size: 80px 80px;
+ background-size: 72px 72px;
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}
@@ -903,7 +903,7 @@ article.album a:hover {
height: 100%;
background-position: center center;
background-repeat: no-repeat;
- background-size: contain;
+ background-size: 90%;
pointer-events: none; /* so it doesn’t block clicks */
}