/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 27:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.section-two-videos {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.section-two-videos .video-block {
  flex: 1 1 45%;
}
.section-two-videos iframe,
.section-two-videos video {
  width: 100%;
  height: 300px;
  border: none;
  background: #000;
}
</style>