.map_flag_btn {
    position: absolute;
    right: 0;
    bottom: 75px;
    @media(max-width: 991px) {
        position: inherit;
        bottom: inherit;
    }
}