body {
  text-align: center;
}
#img {
  max-width: 1000px;
}
@media (max-width: 992px) {
  #img {
    min-width: 420px;
  }
}
