.tt_mobile_sm {
    margin-top: 0.4em;
  }
  .tt_sm {
    border-radius: 5px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
    z-index: 1000000;
    background-color: white;
    padding: 0.6em;
    opacity: 0.9;
    font: 12px/1.5 Verdana, Arial, Helvetica, sans-serif;
    color: black;
  }
  .tt_name_sm {
    float: left;
    font-weight: bold;
  }
  .tt_custom_sm {
    overflow: hidden;
  }
  .btn_simplemaps {
    color: black;
    text-decoration: none;
    background: #ffffff;
    display: inline-block;
    padding: 0.5em 0.5em;
    margin: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.43;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid;
    border-radius: 0.3em;
  }
  .btn_simplemaps:hover {
    text-decoration: underline;
  }
  .xmark_sm {
    float: right;
    margin-left: 0.5em;
    cursor: pointer;
    line-height: 0px;
    width: 1.3em !important;
  }
  
  tspan {
font-size: 18px;
font-weight: 500;

  }

  
  #map_holder {
    position: relative;
    width: 100%;
    height: auto;
}

#map_inner {
    position: relative;
    width: 100%;
    height: auto;
}
#map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  
}

#map_inner, #map_background {
  width: 100% !important;
  height: auto;
}
