/** Shopify CDN: Minification failed

Line 18:24 Expected identifier but found whitespace
Line 18:26 Unexpected "{"
Line 18:36 Expected ":"
Line 19:24 Expected identifier but found whitespace
Line 19:26 Unexpected "{"
Line 19:36 Expected ":"
Line 21:27 Expected ")" to end URL token
Line 26:24 Expected identifier but found whitespace
Line 26:26 Unexpected "{"
Line 26:36 Expected ":"
... and 4 more hidden warnings

**/
.homepage--left-half {
  background-size: cover;
  background-position-x: {{ settings.banner_half_left_image_x_position }};
  background-position-y: {{ settings.banner_half_left_image_y_position }};
  height: 100%;
  background-image: url({{ settings.banner_half_left_image }});
}

.homepage--right-half {
  background-size: cover;
  background-position-x: {{ settings.banner_half_right_image_x_position }};
  background-position-y: {{ settings.banner_half_right_image_y_position }};
  height: 100%;
  background-image: url({{ settings.banner_half_right_image }});
}