-html {
- background-size: cover;
-height: 100%;
-overflow: hidden;
- background: url(assets/bg2.jpg) center top fixed;
-}
+.glmMap {
+ position: relative;
+ padding-bottom: 75%; // This is the aspect ratio
+ height: 0;
+ overflow: hidden;
+ }
+.glmMap iframe {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100% !important;
+ height: 100% !important;
+ }
body {
-height:100%;
-overflow: auto;
--webkit-overflow-scrolling: touch;
-background: transparent;
+ background: url(assets/bg2.jpg) center top fixed;
}
.hide-text {
text-indent: 9999px;