#model-img {
  width: 25rem;
}

@media (max-width: 400px) {
  #model-img {
    width: 15rem;
  }
}
