.col-3 {
  width: 19% !important;
  margin: 0 0.4%;
  float: left;
  clear: unset !important;
  min-width: 100px;
}

.col-25 {
  width: 8.8% !important;
  margin: 0 0.5%;
  clear: unset !important;
}

.col-margin-05 {
  margin-right: 2.5%;
}
.col-margin-05-left {
  margin-left: 3%;
}

/* CSS class to make only the last child of #Repeater-formPhotos-add-item-photos visible */
.field-repeater-add-item {
  display: none !important;
}

.field-repeater-add-item:last-child {
  display: block !important;
}