|
Thanks for using our site! |
Template:Styles/maps.css
From ranchstory
/******************
MAPS
******************/
.imgwrapper {
width: 100%;
position: relative;
margin: auto;
}
.imgwrapper img {
width: 100%;
height: 100%;
max-width: 100%;
position: relative;
display: inline-block;
}
.imglink {
position: absolute;
}
.imglink > img, .imglink > a > img {
width: 100%;
height: 100% !important;
position: absolute;
}
.mapstats > div > p {
margin: 0;
}
.mapstats > div > h3 {
margin-top: 0.3em;
margin-bottom: 0;
}
@media only screen and (min-width: 720px) {
.mapwrapper {
padding: 0 1em;
}
.mapstats {
display: flex;
justify-content: center;
}
}