/** Shopify CDN: Minification failed

Line 19:10 Unexpected "{"
Line 19:19 Expected ":"
Line 20:16 Expected identifier but found whitespace
Line 20:18 Unexpected "{"
Line 20:27 Expected ":"
Line 20:78 Expected ":"
Line 21:19 Expected identifier but found whitespace
Line 21:21 Unexpected "{"
Line 21:30 Expected ":"
Line 21:84 Expected ":"
... and 10 more hidden warnings

**/


/* CSS from section stylesheet tags */
.section-{{ section.id }}-padding {
    padding-top: {{ section.settings.padding_top | times: 0.75 | round: 0 }}vw;
    padding-bottom: {{ section.settings.padding_bottom | times: 0.75 | round: 0 }}vw;
  }
  @media screen and (min-width: 750px) {
    .section-{{ section.id }}-padding {
      padding-top: {{ section.settings.padding_top }}vw;
      padding-bottom: {{ section.settings.padding_bottom }}vw;
    }
  }
.video-wapper_cstm {
    position: relative;
    line-height: 0;
    /* padding: 3.125vw 0 3.125vw 0; */
}
    .video_cstm_url {
      text-align: center;
  }
  .video_cstm_url video {
      width: 100%;
  }
  body.loaded.js-animate ,html.js{
      padding-bottom: 0 !important;
  }
  .video_bg-image img {
      width: 100%;
  }
/*   .video_start, .video_sound {
      padding: 13px;
      background-image: none;
  } */
/*   .video_start svg, .video_sound svg {
      width: 16px;
      height: 16px;
      display: inline-block;
  } */
  .video_controls {
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
  }
  .video-push svg, .video-unmute svg  {
      display: none;
  }
  .video_start, .video_sound {
      cursor: pointer;
  }
span.video-play img {
    width: 10vw;
    height: 10vw;
}
.video_cstm_url iframe.embed-player {
    position: relative;
    width: 100%;
    height: 650px;
}