#mypresta_mib ul, #mypresta_mib li, #mypresta_mib a { display: block; width: 100%; text-align: center; }

#mypresta_mib a {
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
    opacity: 1.0;
}

#mypresta_mib a:hover {
    opacity: 0.7;
}

#mypresta_mib {
    box-shadow: 2px 2px 8px 0 rgba(0,0,0,.2);
    background: #fff;
    padding: 1.563rem 1.25rem;
    margin-bottom: 1.563rem;
    clear:both;
    overflow:hidden;
}

.page-home #mypresta_mib li{
    width: 25%;
    display:inline-block;
    float:left;
}