.wp-block-image img {
  width: auto;
  /*height: auto;*/
  max-width: 100%;
}

@media (max-width: 767px) {
  .wp-block-image img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
}