.audit-photo::before {
  display: none;
}

.audit-photo > img {
  position: absolute;
  inset: 0;
  z-index: 0 !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
