File: /home/z/w/a/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/shortcodes/_googlemap.scss
.thim-gg-map{
.wpb_content_element{
margin-bottom: 0;
}
}
.thim-sc-googlemap {
position: relative;
overflow: hidden;
.map-cover {
position: absolute;
z-index: 2;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-size: cover;
}
.ob-google-map-canvas {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 1;
}
}
.thim-map-iframe{
iframe{
height: 100%;
width: 100%;
}
@media(max-width: 767px){
max-height: 400px;
}
}