/* CSS Document */

img{
	width: 30%;
	height: 30%;
	transition: 0.5s;
	object-fit: cover;
	}
img:hover{
	transform: scale(1.2);
	}
  