.gridify{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.gridify .grid{
    padding: 0;
    background-color: #f1f1f1;
    background-size: cover;
    background-position: center;
    float: left;
    overflow: hidden;
}

.gridify .grid a{
    display: block;
    height: inherit;
    width: inherit;
    position: relative;
    transition: background-color 0.3s;
}

.gridify .grid a:before{
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    max-width: 100%;
    max-height: 100%;
    /*background-image: url(../img/icons/link21.svg);
    background-repeat: no-repeat;
    background-size: cover;*/
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    transform: scale(0, 0);
    transition: transform 0.3s;
}

.gridify li.grid:last-child {
	position: relative;
	margin-top: -188px !important;
	width: 332px !important;
}