/** Shopify CDN: Minification failed

Line 25:14 Expected identifier but found whitespace
Line 25:16 Unexpected "{"
Line 25:25 Expected ":"
Line 25:56 Expected ":"
Line 26:15 Expected identifier but found whitespace
Line 26:17 Unexpected "{"
Line 26:26 Expected ":"
Line 26:58 Expected ":"
Line 27:17 Expected identifier but found whitespace
Line 27:19 Unexpected "{"
... and 2 more hidden warnings

**/


/* CSS from section stylesheet tags */
.announcement-banner-image {
  max-width: 100%;
}

@media (max-width: 767px) {
  .announcement-banner-image {
    max-width: {{ section.settings.max_width_mobile }}px !important;
    max-height: {{ section.settings.max_height_mobile }}px !important;
    margin-right: {{ section.settings.padding_mobile }}px !important;
  }
}