/** Shopify CDN: Minification failed

Line 14:15 Expected identifier but found whitespace
Line 14:17 Unexpected "{"
Line 14:26 Expected ":"

**/


/* CSS from section stylesheet tags */
.image-only-wrapper img {
    width: 50%;
    height: auto;
    object-fit: {{ section.settings.image_fit }};
    display: block;
    margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
    .image-only-wrapper img {
      width: 80%;
    }
  }