.contenitore {
	width: 300px;
	height: 200px;
	/*	width: 100px;
	height: 50px; */
	overflow: hidden; /* per nascondere eventuale eccedenza */
}

.contenitore img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* fa ricoprire tutta l'area */
	object-position: center; /* centra l'immagine */
}
