diff --git a/src/components/MediaPlayer.svelte b/src/components/MediaPlayer.svelte
index 2f131ef80b49b9e74467655dc95cf1971eb52496..a5c42b170109f478c6ec43a4463c6a078ed97b6b 100644
--- a/src/components/MediaPlayer.svelte
+++ b/src/components/MediaPlayer.svelte
@@ -130,8 +130,7 @@
 <style lang="scss">
   /* Media Player */
   #aura-media-player {
-    width: 100%;
-    max-width: 375px;
+    width: 344px;
     background-color: #ffffff;
     box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
     border-radius: 8px;
@@ -140,8 +139,8 @@
     position: relative;
   }
   #aura-media-player #aura-media-player-display {
-    width: 100%;
-    max-width: 375px;
+    width: 344px;
+    height: 344px;
     overflow: hidden;
   }
 
@@ -201,10 +200,11 @@
   #aura-media-player #aura-media-player-tab-now .aura-player-album-art {
     box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.12);
     display: block;
-    width: 100%;
-    height: 375px;
+    width: 344px;
+    height: 344px;
+    background-size: 344px 344px;
     background-position: center;
-    background-size: cover;
+    background-size: contain;
   }
 
   /* Tab: Playlist */