img.image {
  height: 25vh;
  width: 15vw;
  grid-row: 3;
  grid-column: 2;
  margin-top: 10px;
  border: 3px solid blue;
  margin-left: 0.5vw;
}

img.image.phone {
  height: 0px;
  width: 0px;
  border: none;
}
