@media screen and (min-width:799px) {
  .shopify-section--new-image-with-text .image-with-text__image {display: flex;max-width: max-content;width: 100%;}
  .shopify-section--new-image-with-text .image-with-text__image > * {aspect-ratio: var(--image-aspect-ratio);}
  .shopify-section--new-image-with-text .image-with-text--left .image-with-text__image {margin-left: auto;}
  .shopify-section--new-image-with-text .image-with-text--left .image-with-text__wrapper {padding-right: 0;}
  .shopify-section--new-image-with-text .image-with-text--right {flex-direction: row-reverse;}
  .shopify-section--new-image-with-text .image-with-text--right .image-with-text__image {margin-right: auto;}
  .shopify-section--new-image-with-text .image-with-text--right .image-with-text__wrapper {padding-left: 0;}
}
@media screen and (max-width:798px) {
  .shopify-section--new-image-with-text .image-with-text__image img {max-width: 100%;width: 100%;}
}