/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 29:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.video-text-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 50px;
}
.video-text-video video {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: none;
}
@media screen and (max-width: 768px) {
  .video-text-wrapper {
    grid-template-columns: 1fr;
  }
}
</style>