#underHeaderInfo{
    text-align:center;
    font-size:30px;
    margin:2%;
}
#brandLinks{
    width:auto;
    margin: 0 auto;
    padding: 0 auto;
}
.thumbNails{
    display:inline-block;
    width:14%;
    height:auto;
    margin:1%;
}

.thumbNails img{
    width:100%;
    height:auto;
}
@media screen and (max-width: 700px){
    .thumbNails{
        display:inline-block;
        width:29%;
        height:auto;
        margin:1%;
    }
}