.container3{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;

}

.container3 figure{
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all 500ms ease;
	border-radius: 5px;
	box-shadow: 1px 10px 15px rgba(0,0,0,0.50);

}

.container3 figure img{
	width: 100%;
	height: 100%;
	transition: all 500ms ease;
}

.container3 figure img:hover{
	transform: scale(1.2);
	cursor: pointer;
}




#container:hover{
	transform: scale(1.05);
	cursor: pointer;
	transition: all 500ms ease;
}

.container img{	
	transition: all 500ms ease;
}


#container2:hover{
	transform: scale(1.05);
	cursor: pointer;	
	border-radius: 10px;	
	transition: all 500ms ease;
}
.container2 img{
	transition: all 500ms ease;
}