img {
  max-width: 100%;
}

// For images that have width and height set, T-23188
img[width][height]:not([data-object-fit='cover']) {
  height: auto;
}
