*{margin:0;padding:0;outline:0;font-size:1em;font-weight:normal;font-style:normal;border:0;text-decoration:none;list-style-type:none}

#map {
    *height: 100vh;
}

html,
body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

#mapIframe {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#mapIframe::-webkit-scrollbar {
    display: none; /* Hides scrollbar in WebKit browsers */
}