/** Shopify CDN: Minification failed

Line 31:21 Expected identifier but found whitespace
Line 31:23 Unexpected "{"
Line 31:33 Expected ":"
Line 32:12 Expected identifier but found whitespace
Line 32:14 Unexpected "{"
Line 32:24 Expected ":"

**/
  .youtube-video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 aspect ratio */
  }

  .youtube-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: {{ settings.overlay_color }};
    opacity: {{ settings.overlay_opacity }};
    pointer-events: none;
  }

  .youtube-video-content {
    text-align: center;
    padding: 20px;
  }

  .youtube-video-content h3 {
    font-size: 2rem;
    margin-bottom: 10px;
  }

  .youtube-video-content p {
    font-size: 1rem;
    color: #333;
  }
.youtube-video-content h2 {
    text-align: left;
    font-size: 60px;
    font-weight: 100;
    padding: 0 0 15px;
    margin-top: 0;
}