.emh-ui-photo {
  &-border {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 15px;
    &-1 {
      width: 0px;
      height: 0px;
      border-left: 5px solid #c3c3c3;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      margin-right: 5px;
    }
    &-2 {
      width: 0px;
      height: 59px;
      border-left: 1px dashed #eaeaea;
    }
    &-3 {
      width: 0px;
      height: 0px;
      margin-left: 5px;
      border-right: 5px solid #c3c3c3;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
    }
  }
}