/** Shopify CDN: Minification failed

Line 107:32 Expected ":"

**/


/* CSS from section stylesheet tags */
.slide_btn {
    padding: 0 !important;
    position: absolute;
    right: 25px;
    bottom: 20px;
    line-height: 40px !important;
    width: 40px;
    border-radius: 100%;
    background: #fff;
    color: #000;
  }

  .shopify-section--video-list .h3 {
    font-size: 30px;
  }

  .shopify-section--video-list .section__header .h2 {
    text-align: left;
    font-size: 35px;
  }

  .shopify-section--video-list .section__header {
    max-width: 80vw;
    padding-left: 10px;
  }

  .shopify-section--video-list .heading--small {
    font-size: 22px;
    font-weight: bolder;
    font-family: var(--heading-font-family);
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1;
    margin-bottom: 0px;
  }

  .shopify-section--video-list .h3 {
    font-size: 30px;
    margin-top: 4px;
    line-height: 1;
  }

  .shopify-section--video-list .list-collections__item-image-wrapper {
    background: #000;
  }

  .shopify-section--video-list strong {
    color: white;
  }

  .shopify-section--video-list .list-collections__item-info.top_center,
  .shopify-section--video-list .list-collections__item-info {
    top: 15%;
  }

  @media (max-width: 768px) {
    .shopify-section--video-list .h3 {
      font-size: 23px;
    }
    .shopify-section--video-list .heading--small {
      font-size: 17px;
    }
  }
/* Video responsive behavior - similar to video-list section */
  .video-wrapper--mobile {
    display: none;
  }
  .shopify-section--video .container {
    position: relative;
  }
  .shopify-section--video .section__header,
  .shopify-section--video .video-wrapper__poster-content {
    top: 15%;
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    z-index: 1;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
    z-index: 2;
    max-width: unset;
  }
  .shopify-section--video h2.heading--small {
    font-size: 17px !important;
    font-weight: bolder;
    font-family: var(--heading-font-family);
    text-transform: none;
    letter-spacing: 0px;
    line-height: 1;
    color: #86868b;
    margin: 0px;
  }
  .shopify-section--video h3.h2 {
    margin: 0px;
    color: white;
    font-weight: var(--text-font-bold-weight);
    font-size: 30px !important;Q
    line-height: 1;
    letter-spacing: -.8px;
  }

  @media (max-width: 768px) {
    .shopify-section--video .video-wrapper--desktop {
      display: none;
    }

    .shopify-section--video .video-wrapper--mobile {
      display: block;
    }
  }