/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 36:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
.responsive-image-section {
  position: relative;
  width: 100%;
}

.desktop-image {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-image {
  display: none;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 749px) {
  .desktop-image {
    display: none;
  }
  .mobile-image {
    display: block;
  }
}
</style>