.crop {
    width: 200px;
    height: 150px;
    overflow: hidden;
}

.crop img {
    width: 400px;
    height: 300px;
overflow: hidden;
    margin: -75px 0 0 -100px;
}
