/** Shopify CDN: Minification failed

Line 67:1 Unexpected ","
Line 70:20 Expected identifier but found whitespace
Line 70:22 Unexpected "{"
Line 70:31 Expected ":"
Line 70:59 Expected identifier but found "!"
Line 71:24 Expected identifier but found whitespace
Line 71:26 Unexpected "{"
Line 71:35 Expected ":"
Line 71:67 Expected identifier but found "!"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:section-banner-v9 (INDEX:33) */
.banner-v9 {
  min-height: 600px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
}

.content-banner {
  padding: 40px;
  text-align: left;
}

.label-banner {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.title-banner {
  font-size: 28px;
  margin-bottom: 16px;
}
/* Left align content */
.banner-v9 .content-banner {
  text-align: left !important;
  align-items: flex-start !important;
  padding: 40px 40px !important;
}

.banner-v9 .title-banner,
.banner-v9 .label-banner,
.banner-v9 .button-banner {
  text-align: left !important;
  display: block;
}

/* Full width - remove container padding */
.section-banner-v9 .container-v2 {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.section-banner-v9 .lazyload {
  padding-left: 0 !important;
  padding-right: 0 !important;
},
@media (max-width: 749px) {
  .banner-v9 {
    background-size: {{ section.settings.bg_size_mobile }} !important;
    background-position: {{ section.settings.bg_position_mobile }} !important;
  }
}
/* END_SECTION:section-banner-v9 */