.cont {
 position:relative;
	width:250px;
	height:170px;
	overflow:hidden;

}
.cont img {
  position:absolute;
}
