.location_top_div {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}
#upload_btn,#profile_btn{
    height: 55px;
    width: 55px;
    position: fixed;
    background: #fff;
    border-radius: 50%;
    box-shadow: rgba(100, 100, 111, 0.3) 0px 7px 29px 0px;
    cursor: pointer;
    padding: 2px;
    border: 2px solid #80bcf3;
}

#upload_btn{
    bottom:35px;
    right:25px;
}