div.img {
    border: 1px solid #edebe2;
text-align: center;
 margin-top: 0;
	}

div.img:hover {
    border: 1px solid #2d738c;
 margin-top: 0;
}

div.img img {
    width: 100%;
    height: 70px;
}

div.desc {
    padding: 15px;
    text-align: center;
}

/* * {
    box-sizing: border-box;
}
*/
.responsive {
    padding: 0 0px;
    float: left;
    width: 24.99999%;
    box-sizing: border-box;
}

@media only screen and (max-width: 700px){
    .responsive {
        width: 49.99999%;
        margin: 6px 0;
    }
}

@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}