/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 36:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.video-wrapper {
  background-colour: black;
  padding: 2rem 0;
}
.video-wrapper {
    background-color: black;
    padding-top: 33px;
}
.video-container {
    max-width: 120rem;
    margin: 0 auto;
    position: relative;
    padding-bottom: 35.25%;
    height: 0;
    overflow: hidden;
    /* padding-top: 18px; */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
</style>