.acf-fc-seperator {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.acf-fc-seperator.height-small {
  height: 50px;
}
.acf-fc-seperator.height-default {
  min-height: 100px;
}
.acf-fc-seperator.height-large {
  min-height: 200px;
}
.acf-fc-seperator .image-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: stretch;
  flex-direction: column;
  width: 100%;
  max-width: 1920px;
  margin: 0;
}
.acf-fc-seperator .image-container img {
  display: block;
  flex-grow: 1;
  flex-shrink: 1;
  width: auto;
  max-height: 100%;
  object-position: center;
  object-fit: contain;
}
