/** Shopify CDN: Minification failed

Line 13:0 Unexpected "<"
Line 32:2 Unexpected "<"
Line 68:0 Unexpected "<"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:dynamic-banner-section (INDEX:16) */
<style>

     .custom-dynamic-banner { width: 100%; }

  .img-wrapper{ display: flex; }

    .img-wrapper > .w-100{ width: 100%; }

   .img-wrapper > .w-80{ width: 95%; margin: auto; }


  .mobile-image { display: none; }

    @media (max-width: 767px) {

      .desktop-image { display: none; }

      .mobile-image { display: block; }
    }
  </style>
/* END_SECTION:dynamic-banner-section */

/* START_SECTION:resp-banner-img (INDEX:48) */
<style>
  /* Desktop Image Style */
  .desktop-image {
    display: block;
    text-align: center;
    width: 100%;
  }

  .desktop-image > img {
     width: 100%;
  }

  .mobile-image > img {
     width: 100%;
  }

  /* Mobile Image Style (hidden on desktop) */
  .mobile-image {
    display: none;
    text-align: center;
    width: 100%;
  }

  @media (max-width: 767px) {
    /* Mobile Image Style (visible on mobile) */
    .desktop-image {
      display: none;
    }
    .mobile-image {
      display: block;
    }
  }
</style>
/* END_SECTION:resp-banner-img */