/** Shopify CDN: Minification failed

Line 14:9 Expected identifier but found whitespace
Line 14:11 Unexpected "{"
Line 14:20 Expected ":"
Line 14:47 Expected ":"

**/


/* CSS from section stylesheet tags */
.full-width-video {
  width: 100%;
  height: {{ section.settings.video_height }}px;
  overflow: hidden;
}

.full-width-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}