.marker-card {
    border: 0;
}

.gps_container {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px;
    z-index: 999999;
}
.gps_btn {
    background-color: #189ad3;
    color: #fff;
    padding: 10px;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    text-align: center;
    line-height: 60px;
}
.large_icon{
    font-size: 32px;
}