
.store-vision-module {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
  line-height: 0;
  font-size: 0;
  display: block;
}
.store-vision-module .image-wrapper {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.store-vision-module .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
