.imgConte {
  position: relative;
  max-width: 205px;
  margin: 2px auto;
}

.imgConte .imgEdit {
  position: absolute;
  right: 12px;
  z-index: 1;
  top: 10px;
}

.imgConte .imgEdit input {
  display: none;
}

.imgConte .imgPreview {
  width: 80px;
  height: 80px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #cdc8c8;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.imgConte .imgPreview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}