diff --git a/src/desktop/css/main.css b/src/desktop/css/main.css index 2eea3c4..5a947e9 100755 --- a/src/desktop/css/main.css +++ b/src/desktop/css/main.css @@ -417,6 +417,11 @@ span.swiper-pagination-bullet { .gameplay-video { width: 80%; margin: 7% auto 0px; + position: relative; + height: 900px; +} +#video-frame{ + display: none; } .gameplay-video img{ width:100%; @@ -764,6 +769,11 @@ span.swiper-pagination-bullet { .hero-d-layer-inner::-webkit-scrollbar{ width: 0; } +.video-mask{ + position: absolute; + top: 0; + left: 0; +} .hero-d-layer-con { background: url('../img/nft/hero/herodbg@2x.png') no-repeat center top; diff --git a/src/desktop/gameplay.html b/src/desktop/gameplay.html index 407ab07..6e2915d 100755 --- a/src/desktop/gameplay.html +++ b/src/desktop/gameplay.html @@ -52,8 +52,9 @@ Logout -