.blockGrid img {
    max-width: 175%;
    max-height: 175%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.25;
}

.blockGrid div {
    position: relative;
    overflow: hidden;
}