/** Shopify CDN: Minification failed

Line 17:2 Unexpected "{"
Line 17:3 Expected identifier but found "%"
Line 31:2 Unexpected "{"
Line 31:3 Expected identifier but found "%"

**/


/* CSS from section stylesheet tags */
.collection-image-hide .collection-hero{
      background: none;
      height: auto;
    
  }
  {% if section.settings.hide_image_mobile %}
  @media (max-width: 768px) {
    .collection-image-hide .collection-hero{
      background: none;
      height: auto;
      
    }
    .collection-image-hide parallax-image{
      display: none;
    }
    .collection-image-hide .hide-in-mobile{
      display: none;
    }
  }
  {% endif %}