.ec-product-introductory-video {
  margin-top: var(--ecGutterBetweenSections);
}

.ec-product-introductory-video-subtitle {
  font-size: 1.2rem;
}

@media screen and (min-width: 800px) {
  .ec-product-introductory-video__container {
    padding: 0 2rem;
  }
}

@media screen and (max-width: 799px) {
  .ec-product-introductory-video__container {
    padding: 0 3rem;
  }
}
