body {
	background-color: lightpink;
}
@media screen and(max-device-width :700px){

#content1 {
	content:url("https://static.pexels.com/photos/7720/night-animal-dog-pet.jpg");
	width:600px;
}
}



