.charity-block .image-block {
    height: 0;
    overflow: hidden;
}
.charity-block.square .image-block {
    padding-top: 100%;
    border-radius: 2px;
}
.charity-block.square .image-block img {
    position: absolute;
    top: 0;
    left: 0;
}