.g-media_auto img {
  width: auto;
}
@media only screen and (max-width: 768px) {
  .g-media_auto img {
    width: 100%;
  }
}