.text-image__text-frame {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100%);
  margin-bottom: 35px;
}
.text-image__image-frame {
  padding-left: 12px;
  padding-right: 12px;
  width: calc(100%);
}
.text-image__image-frame .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.text-image__image-frame .embed-container iframe,
.text-image__image-frame .embed-container object,
.text-image__image-frame .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
@media (min-width: 780px) {
  .text-image .flex-wrapper-nest {
    align-items: center;
  }
  .text-image.layout-image-left .flex-wrapper-nest {
    flex-direction: row-reverse;
  }
  .text-image.layout-image-left .text-image__image-frame {
    margin-left: 0;
  }
  .text-image.layout-image-left .text-image__text-frame {
    margin-left: calc(8.3333333333%);
  }
  .text-image__text-frame {
    padding-left: 12px;
    padding-right: 12px;
    width: calc(50%);
    margin-bottom: 0;
  }
  .text-image__image-frame {
    padding-left: 12px;
    padding-right: 12px;
    width: calc(41.6666666667%);
    margin-left: calc(8.3333333333%);
  }
}