/** Shopify CDN: Minification failed

Line 16:10 Unexpected "{"
Line 16:18 Expected ":"
Line 24:10 Unexpected "{"
Line 24:18 Expected ":"
Line 33:10 Unexpected "{"
Line 33:18 Expected ":"
Line 41:10 Unexpected "{"
Line 41:18 Expected ":"

**/


/* CSS from section stylesheet tags */
#section-{{section.id}} .c-home-about__video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

#section-{{section.id}}.c-home-about__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section-{{section.id}}.c-media__inner--video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio - adjust as needed */
  height: 0;
  overflow: hidden;
}

#section-{{section.id}} .c-media__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}