/** Shopify CDN: Minification failed

Line 18:23 Unexpected "{"
Line 18:32 Expected ":"
Line 23:25 Unexpected "{"
Line 23:34 Expected ":"
Line 29:25 Unexpected "{"
Line 29:34 Expected ":"
Line 33:25 Unexpected "{"
Line 33:34 Expected ":"
Line 39:25 Unexpected "{"
Line 39:34 Expected ":"

**/


/* CSS from section stylesheet tags */
#custom-image-banner--{{ section.id }} .custom-image-banner-wrapper {
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
  }
  
  #custom-image-banner--{{ section.id }} .image-banner__container {
    display: block;
    position: relative;
    width: 100%;
  }

  #custom-image-banner--{{ section.id }} .image-banner__link {
    display: block;
  }
  
  #custom-image-banner--{{ section.id }} .image-banner__image {
    display: block;
    width: 100%;
    height: auto;
  }
  
  #custom-image-banner--{{ section.id }} .placeholder-svg {
    width: 100%;
    height: auto;
    max-height: 600px;
    background-color: #f2f2f2;
    border: 1px solid #e5e5e5;
  }