.picture-container {
  position: relative;
  width: 600px;
  height: auto;
  margin: 20px auto;
  border: 10px solid #fff;
  box-shadow: 0 5px 5px #000;
}

.picture {
  display: block;
  width: 100%;
  height: auto;
}

.face {
  position: absolute;
  border: 2px solid #fff;
}

.center-images {
  display: flex;
  flex-direction: column;
}

.center-images img::after {
  content: "";
}

#alert-face {
  color: red;
}

#alert-face.success_photo {
  color: green !important;
}

img.webform-image-file {
  width: 100%;
}

.webform-managed-file-preview {
  border-radius: 1rem;
}

.no-before::before {
  display: none !important;
}
