/** Shopify CDN: Minification failed

Line 19:15 Unexpected "{"
Line 19:24 Expected ":"
Line 19:31 Unexpected "{"
Line 29:15 Unexpected "{"
Line 29:24 Expected ":"
Line 39:15 Unexpected "{"
Line 39:24 Expected ":"
Line 47:15 Unexpected "{"
Line 47:24 Expected ":"

**/


/* CSS from section stylesheet tags */
/* Custom Banner Styles */

#CustomBanner-{{ section.id }} {

  position: relative;

  overflow: hidden;

  text-align: center;

}

#CustomBanner-{{ section.id }} img {

  width: 100%;

  height: auto;

  display: block;

}

#CustomBanner-{{ section.id }}.medium img {

  max-height: 400px;

  object-fit: cover;

}

#CustomBanner-{{ section.id }}.large img {

  max-height: 600px;

  object-fit: cover;

}