.image-wrapper {
  width: 100%; /* Or whatever width you want */
}
.image-wrapper img {
  max-width: 100%;
  height: auto;
  width: auto; /* For IE8 */
}