div.cropme {
  position: relative;
  top:-7px;
  left:0px;
  height: 140px;
  width:225px;
  border: 1px solid red;
}
div.cropme img {
  position: absolute;
  top:17px;
  left:0px;
  clip: rect(60px 225px auto auto);
  top: -57px;
}
