.imgsize {
	width: 700px;
}

@media only screen and (max-width: 600px) {
  .imgsize {
    width: 100%;
  }
}

