diff --git a/themes/vr/portal/css/main.css b/themes/vr/portal/css/main.css
index 209756a..ea11c01 100644
--- a/themes/vr/portal/css/main.css
+++ b/themes/vr/portal/css/main.css
@@ -34,10 +34,13 @@
}
#fall123{
- width: 100%;
- -moz-column-count:2;
- -webkit-column-count:2;
- column-count: 2;
+ width: 100% !important;
+ -moz-column-width:50% !important;
+ -webkit-column-width:50% !important;
+ column-width:50% !important;
+ -moz-column-count:2 !important;
+ -webkit-column-count:2 !important;
+ column-count: 2 !important;
-moz-column-gap:10px;
-webkit-column-gap:10px;
column-gap: 10px;
@@ -198,16 +201,6 @@
@media (max-width: 680px) {#hot .roomimg{height: 240px;}}
@media (max-width: 640px) {
-#fall123{
- width: 100%;
- -moz-column-count:2;
- -webkit-column-count:2;
- column-count: 2;
- -moz-column-gap:10px;
- -webkit-column-gap:10px;
- column-gap: 10px;
-}
-
#hot .room,#hot .room:nth-child(2n){
width: 100%;
margin: 0px 0% 20px 0%;
diff --git a/themes/vr/portal/portal.html b/themes/vr/portal/portal.html
index 2fd59d9..38eb877 100755
--- a/themes/vr/portal/portal.html
+++ b/themes/vr/portal/portal.html
@@ -15,14 +15,14 @@
-
+
-
+