/** Shopify CDN: Minification failed

Line 16:23 Unexpected "{"
Line 16:32 Expected ":"
Line 22:23 Unexpected "{"
Line 22:32 Expected ":"
Line 30:23 Unexpected "{"
Line 30:32 Expected ":"
Line 37:23 Unexpected "{"
Line 37:32 Expected ":"
Line 44:23 Unexpected "{"
Line 44:32 Expected ":"
... and 8 more hidden warnings

**/
.inline-video-section-{{ section.id }} .inline-video-heading {
  font-size: 28px;
  margin-bottom: 30px;
  font-weight: 600;
}

.inline-video-section-{{ section.id }} .inline-video-wrapper {
  position: relative;
  width: 100%;
  /* aspect-ratio: 16 / 9; */
  border-radius: 8px;
  overflow: hidden;
}

.inline-video-section-{{ section.id }} .inline-video-wrapper iframe {
  width: 100%;
  height: auto;
  border: none;
  display: block;
}

.inline-video-section-{{ section.id }} .inline-video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.inline-video-section-{{ section.id }} .inline-video-error {
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .inline-video-section-{{ section.id }} .inline-video-heading {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
  }

  .inline-video-section-{{ section.id }} .inline-video-wrapper {
  aspect-ratio: 16 / 8;
}

.inline-video-section-{{ section.id }} .inline-video-wrapper iframe {
  height: 100%;
}

.inline-video-section-{{ section.id }} .inline-video-wrapper video {
  height: 100%;
}
}