@media only screen and (max-width: 1000px) {
  .img {
  width: 50px;
	height: 100px;
  }
}

