-
}})
+
diff --git a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss
index 17cc1de..b7ab7b8 100644
--- a/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss
+++ b/src/app/games/massive-darkness2/hero-dashboard/hero-dashboard.component.scss
@@ -246,6 +246,9 @@
overflow: hidden;
border-radius: 8px;
background: #f8f9fa;
+ background-size: cover;
+ background-position: center;
+ background-repeat: no-repeat;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
position: relative;
}
@@ -469,6 +472,9 @@
overflow: hidden;
border-radius: 8px;
background: #f8f9fa;
+ background-size: cover;
+ background-position: center;
+ background-repeat: no-repeat;
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
position: relative;
}