html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


@media (min-width: 768px) {
    svg {
        width: 100% !important;
        height: 100vh !important;
        overflow: hidden !important;
    }

    .leftmarginmap {
        margin-left: -24px;
    }
}

@media only screen and (max-device-width: 768px) {
    svg {
        width: 100% !important;
        height: 80vh !important;
        overflow: hidden !important;
    }
}
