/** Shopify CDN: Minification failed

Line 19:13 Expected identifier but found whitespace
Line 19:15 Unexpected "{"
Line 19:24 Expected ":"
Line 20:18 Expected identifier but found whitespace
Line 20:20 Unexpected "{"
Line 20:29 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:custom-fullwidth-image (INDEX:13) */
.custom-fullwidth-image img {
  width: 100%;
  display: block;
  object-fit: {{ section.settings.image_fit }};
  object-position: {{ section.settings.image_position }};
}
/* END_SECTION:custom-fullwidth-image */