.two-column-images-text .background-video {
  height: calc(100% - 380px);
}
.two-column-images-text__content {
  min-height: 24rem;
  height: 100%
}
.two-column-images-text .card {
  background: 0 0
}
.two-column-images-text .card__image-wrapper {
  height: auto;
  aspect-ratio: 249/146;
}
.two-column-images-text .card__image {
  height: 100%;
}
.two-column-images-text .card__content {
  padding-top: var(--sm-1);
  padding-bottom: var(--md-4);
  padding-left: 0;
  padding-right: 0
}
@media (min-width: 768px) {
.two-column-images-text .background-video {
  /*     max-height: 64.7% */
}

.two-column-images-text__card{
  gap:0 !important;
}
}
@media (min-width: 768px) and  (max-width: 1200px) {
  .two-column-images-text .background-video {
    height: calc(100% - 460px);
  }
}