diff --git a/src/components/home/home.vue b/src/components/home/home.vue
index a38322b..ff0c90c 100644
--- a/src/components/home/home.vue
+++ b/src/components/home/home.vue
@@ -213,7 +213,7 @@

@@ -1245,7 +1245,7 @@ export default {
img {
position: absolute;
top: 0;
- left: 25%;
+ left: 40%;
z-index: 1;
max-width: 100%;
height: 100%;
@@ -1348,7 +1348,7 @@ export default {
img {
position: absolute;
top: 0;
- left: 34%;
+ left: 40%;
z-index: 1;
max-width: 100%;
height: 100%;
diff --git a/src/components/views/shadow.vue b/src/components/views/shadow.vue
index b254ae5..0969d03 100644
--- a/src/components/views/shadow.vue
+++ b/src/components/views/shadow.vue
@@ -2,16 +2,17 @@
@@ -403,6 +404,8 @@ export default {
created() {
this.$nextTick(() => {
this.goView("top");
+ this.$refs.videoPlayer.muted = false;
+ this.$refs.videoPlayer.play();
});
},
};