/** Shopify CDN: Minification failed

Line 15:0 Unexpected "<"
Line 24:17 Expected identifier but found whitespace
Line 24:19 Unexpected "{"
Line 24:28 Expected ":"
Line 49:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:responsive-image-banner (INDEX:102) */
<style>
  .responsive-image-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  .responsive-image-banner .image-wrapper {
    aspect-ratio: {{ section.settings.aspect_ratio }};
  }

  @media screen and (max-width: 749px) {
    .responsive-image-banner .desktop-image { display: none; }
  }

  @media screen and (min-width: 750px) {
    .responsive-image-banner .mobile-image { display: none; }
  }

  .layout-container {
    max-width: 1200px;
    margin: 0 auto;
  }

  .layout-wrapped {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .layout-full-width {
    width: 100%;
  }
</style>
/* END_SECTION:responsive-image-banner */