.responsive-image {
  width: 100%;
  height: auto;
  max-width: 400px;
}

@media screen and (max-width: 768px) {
  .responsive-image {
    max-width: 100%;
  }
}
