diff --git a/core/assets/common/game/runes/common/gfx/background.jpg b/core/assets/common/game/runes/common/gfx/background.jpg
deleted file mode 100644
index 1a2cd4e7ce1008d9db274f2df84d7b521fe160ac..0000000000000000000000000000000000000000
Binary files a/core/assets/common/game/runes/common/gfx/background.jpg and /dev/null differ
diff --git a/core/assets/common/game/runes/common/gfx/background.png b/core/assets/common/game/runes/common/gfx/background.png
new file mode 100644
index 0000000000000000000000000000000000000000..43ad54697e94ca5022bd74b951cc0bac327af1a1
Binary files /dev/null and b/core/assets/common/game/runes/common/gfx/background.png differ
diff --git a/core/src/cz/nic/tablexia/game/games/runes/helper/PositionDefinition.java b/core/src/cz/nic/tablexia/game/games/runes/helper/PositionDefinition.java
index f9ab1393e0190bc7d87850e7103285e340d20f91..386df74e77e2bdde890f55a79644454bf8146259 100644
--- a/core/src/cz/nic/tablexia/game/games/runes/helper/PositionDefinition.java
+++ b/core/src/cz/nic/tablexia/game/games/runes/helper/PositionDefinition.java
@@ -16,14 +16,14 @@ public enum PositionDefinition {
 
     //x,y, max runes, max runes clusters
 
-    POS1(0.22f, 0.14f, 5, 4),
-    POS2(0.22f, 0.51f, 5, 4),
-    POS3(0.22f, 0.87f, 5, 4),
-    POS4(0.58f, 0.71f, 3, 2),
-    POS5(0.58f, 0.37f, 3, 2),
-    POS6(0.58f, 0.01f, 3, 2),
-    POS7(0.04f, 0.57f, 3, 2),
-    POS8(0.04f, 0.19f, 3, 2);
+    POS1(0.24f, 0.14f, 5, 4),
+    POS2(0.24f, 0.51f, 5, 4),
+    POS3(0.24f, 0.87f, 5, 4),
+    POS4(0.62f, 0.71f, 3, 2),
+    POS5(0.62f, 0.37f, 3, 2),
+    POS6(0.62f, 0.01f, 3, 2),
+    POS7(0.01f, 0.57f, 3, 2),
+    POS8(0.01f, 0.19f, 3, 2);
     
     private static final float FOLDED_SCALE = 0.6f;