@media screen and (max-width: 600px) {
  .responsive-img {
    max-width: 100%;
    height: auto;
  }
}

