/** Shopify CDN: Minification failed

Line 19:26 Expected identifier but found "{"
Line 19:27 Unexpected "{"
Line 19:36 Expected ":"
Line 19:65 Expected ":"
Line 22:26 Expected identifier but found "{"
Line 22:27 Unexpected "{"
Line 22:36 Expected ":"
Line 22:64 Expected ":"

**/


/* CSS from section stylesheet tags */
.hero-banner{width:100%;overflow:hidden;position:relative}
.hero-banner img{width:100%;height:auto;display:block;object-fit:cover}
@media(min-width:768px){
  .hero-banner img{height:{{ section.settings.desktop_height }}px}
}
@media(max-width:767px){
  .hero-banner img{height:{{ section.settings.mobile_height }}px}
}