.input-small {
    width: 90px !important;


}
#showMap {
    position: relative;
    height: 0;

}
#map {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100% !important;
    height: 200px;
    height: 100VH !important;
}