.custom-simple-image img {
  display: block;
  width: 70%;
  margin: 0 auto;
  height: auto;
}

@media (min-width: 768px) {
  .custom-simple-image img {
    width: 100%;
  }
}
