.ob-figure {
  position: relative;
  background-color: $white-ter;
  text-align: center;
  margin-bottom: $size-7;
  border-radius: $radius;
  line-height: 1;
  padding: $size-7;

  img {
    display: inline-block;
    margin: 0;
    max-height: 300px;
  }

  .ob-figure__barcode-scanner,
  video {
    min-height: 300px;
    max-height: 450px;
  }

  .figure-content-absolute-center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .figure-content {
    height: 300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;

    .ob-location__latitude,
    .ob-location__longitude {
      margin-bottom: $size-6;

      & + p {
        margin-bottom: $size-6;
      }
    }
  }
}

.ob-figure__status {
  position: absolute;
  bottom: $size-7;
  right: $size-7;
  display: inherit;
}
