.section-border {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.section-border__media {
  min-height: 100%;
  background-color: transparent;
}

.section-border__media > img {
  width: 100%;
  height: fit-content;
  display: block;
}
