/** Shopify CDN: Minification failed

Line 8:0 Unexpected "<"
Line 27:0 Unexpected "<"

**/
/* START_SECTION:video-text (INDEX:76) */
<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>
/* END_SECTION:video-text */
