.MediaProperties {
  &-captionField {
    width: 80%;
  }

  .row {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
  }

  .label {
    font-weight: bold;
    margin-right: 5px;
  }

  .info {
    margin-right: 5px;
  }
}