﻿#follow-us > h2 {
    margin-bottom: 2px;
}

#follow-us-house > div {
    float: left;
    margin: 0 auto;
    margin: 15px 15px 0 0;
    text-align: center;
    width: 28%; /*103px*/
    height: 80px;
    line-height: 50px;
    transition: all 0.2s linear;
}

@media only screen and (max-width: 660px) {
    #follow-us-house > div {
        max-width: 90px;
    }
}

@media only screen and (min-width: 660px) and (max-width: 850px) {
    #follow-us-house > div {
        /*width: 25%;*/
        width: 28%;
        margin-right: 5px;
        height: 70px;
    }
}

#follow-us-house > div:first-of-type {
    margin-left: 10px;
}

#follow-us-house > div:last-of-type {
    margin-right: 0;
}

#follow-us-house > div > a {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

@media only screen and (min-width: 660px) and (max-width: 850px) {
    #follow-us-house > div > a {
        height: 70px;
        line-height: 70px;
    }
}

#follow-us-house > div > #follow-us-mn {
    padding-top: 5px;
    background-image: url('https://www.music-news.com/Content/Images/site-header-logo.png');
}

#follow-us-house > div > #follow-us-fn {
    padding-top: 5px;
    background-image: url('https://www.film-news.co.uk/Content/Images/site-header-logo.png');
}

#follow-us-house > div > #follow-us-gn {
    padding-top: 5px;
    background-image: url('https://www.game-news.co.uk/Content/Images/site-header-logo.png');
}

#follow-us-house > div > #follow-us-tn {
    padding-top: 5px;
    background-image: url('https://www.theatre-news.com/Content/Images/site-header-logo.png');
}