.picture {
    width: 200px;
    height: 200px;
    background-color: #999999;
    color: #FFFFFF;
    border-radius: 50%;
    margin: 0 auto;
    overflow: hidden;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    position: relative;
    padding: 0;
}

.edt-foto-user-data {
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0 !important;
    position: absolute;
    top: 0;
    width: 100%;
}

.img-foto-user-data {
    height: 100%;
    object-fit: fill;
}
