/** Shopify CDN: Minification failed

Line 14:18 Unexpected "{"
Line 14:27 Expected ":"
Line 14:33 Unexpected "{"
Line 19:22 Unexpected "{"
Line 19:31 Expected ":"
Line 19:37 Unexpected "{"

**/


/* CSS from section stylesheet tags */
#shopify-section-{{ section.id }}{
  background-image: url('{{ section.settings.desktop_bg }}')
}

  @media (max-width: 767px){
    #shopify-section-{{ section.id }}{
      background-image: url('{{ section.settings.mobile_bg }}')
    }
  }

  .banner-thumbnail-slider::after{
    display: none !important;
  }