#flags-row {
    background: #5e5e5e;
    color: #eee;
    line-height: 60px;
}

#flags-row .flag {
    width: 60px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    float: left;
}

#flags-row .flag a {
    display: inline-block;
    height: inherit;
}

#flags-row .flag img {
    margin-top: 6px;
}

@media screen and (max-width: 768px) {
    #flags-row .row .col-xs-12 {
        text-align: center;
    }

    #flags-row .flag {
        float: none;
        display: inline-block;
    }
}