/** Shopify CDN: Minification failed

Line 10:0 Unexpected "<"
Line 42:0 Unexpected "<"

**/


/* CSS from section stylesheet tags */
<style>
  .custom-image-banner .image-banner-wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }

  .custom-image-banner .image-banner-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .custom-image-banner .image-height-small img {
    height: 300px;
  }

  .custom-image-banner .image-height-medium img {
    height: 500px;
  }

  .custom-image-banner .image-height-large img {
    height: 700px;
  }

  @media (max-width: 749px) {
    .custom-image-banner .image-banner-wrapper img {
      object-fit: cover;
    }
  }
</style>