51 lines
1.1 KiB
CSS
51 lines
1.1 KiB
CSS
/*
|
|
* Prefixed by https://autoprefixer.github.io
|
|
* PostCSS: v7.0.29,
|
|
* Autoprefixer: v9.7.6
|
|
* Browsers: last 4 version
|
|
*/
|
|
|
|
.awmp-map {
|
|
text-align: center;
|
|
font-family: "Georgia", "serif";
|
|
font-weight: 100;
|
|
background-size: cover;
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.awmp-map span, .awmp-map a, .awmp-map a:hover {
|
|
cursor: pointer;
|
|
text-decoration: underline;
|
|
z-index: 100000;
|
|
}
|
|
|
|
.awmp-map span, .awmp-map a, .awmp-map h3, .awmp-map p {
|
|
color: grey !important;
|
|
}
|
|
|
|
.awmp_map_wrapper {
|
|
vertical-align: middle;
|
|
background-size: cover !important;
|
|
height: 100%;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.awmp-icon {
|
|
margin: 0 auto;
|
|
width: 300px;
|
|
height: 190px;
|
|
} |