.heads_img
{
	height: 220px; 
	width: auto; 
	max-width: 220px; 
	max-height: 220px;   
}

.heads_list
{
    overflow: hidden; /* just clearing floats */
    list-style: none;
}

.heads_list p {
	border: 0;   
        margin: 0;
	padding: 0;
}

.heads_list li
{
	list-style-type: none;
        border: 0;   
        margin: 0.5em;
        width: 25%; /* 4 items per row */
        float: left;
        padding: 0em;
        display: list-item;
        text-align: center;
}

.heads_list li figure 
{
    color: #fff;
    background-color: #474d51;
    -webkit-box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 );
    box-shadow: 0 0.125rem 0.313rem rgba( 0, 0, 0, .2 );
    text-align: center;
   padding: 0em;
   margin: 0;
}

.heads_list li figure figcaption {
padding: 0.2em;
text-align: center;
}