.fw-video-text {
  position: absolute;
  z-index: 4;
  bottom: var(--gutter-site-mobile);
  left: var(--gutter-site-mobile);
  max-width: calc(100% - var(--gutter-site-mobile) * 2);
}

@media only screen and (min-width: 750px) {
  .fw-video-text {
    left: var(--gutter-content-top-bottom);
    bottom: var(--gutter-content-top-bottom);
    max-width: calc(100% - var(--gutter-content-left-right) * 2);
  }
}