.image-responsive {
  width: 100%;
  height: auto;
}
.image-responsive__wrapper {
  width: 100%;
}

.image-responsive img {
  height: auto;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.image-responsive picture {
  display: block;
  width: 100%;
} 