<style>
    .container {
        overflow: hidden;
    }
    .filterDiv {
        float: left;
        background-size: cover;
        background-color: #8db650;
        background-position : center;
        color: white;
        width: 305px;
        height: 250px;
        line-height: 250px;
        text-align: center;
        margin: 2px;
        font-size: 13pt;
        font-family : 'GothamRegular';
    }
    a:link{
        text-decoration: none;
    }
</style>