facetwp make more space for locate me icon on mobile

/** adjust as needed to fit mobile phones better **/

@media only screen and (max-width: 767px) {
    #facetwp-radius {
        display:block;
        float: none;
        width: 100%;
    }
    .location-wrap {
        width: 100%
    }
    .locate-me:before {
        width: 50px;
        height: 50px;
        background-position: center;
    }
}