Administrator
2022-09-14 58d006e05dcf2a20d0ec5367dd03d66a61db6849
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
body {
font-family: sans-serif;
}
 
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: lighter;
  text-transform: lowercase;
  font-variant: small-caps;
}
 
.map,
.panorama {
  width: 100%;
  height: 100px;
}
 
.with-columns {
  display: block;
  width: 100%;
  overflow: hidden;
}
 
.with-columns .map,
.with-columns .panorama {
  display: block;
  width: 50%;
  height: 150px;
  float: left;
}