.social_media_follow_bar {
    height: 71px;
    background: #111111;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
}
.social_media_follow_bar .first {
    width: 19%;
    text-align: center;
    display: block;
    float: left;
    position: relative;
    height: 100%;
}
.social_media_follow_bar .first > div {
    position:absolute;
    top: 1.0em;
}
.social_media_follow_bar .second {
    width: 50%;
    text-align: left;
    display: block;
    float: left;
    position: relative;
    height: 100%;
}
.social_media_follow_bar .second > div {
    position:absolute;
    top: 1.4em;
}
.social_media_follow_bar .third {
    width: 30%;
    text-align: center;
    display: block;
    float: left;
    position: relative;
    height: 100%;
}
.social_media_follow_bar .third > div {
    position: relative;
    top: 1.4em;
    float: right;
    text-align: right;
    padding-right: 20px;
}
.social_media_follow_bar .first img {
    position: absolute;
    left: 40px;
    width: 110px;
    height: auto;
}
.social_media_follow_bar .third img {
    width: 25px;
    height: 25px;
    position: relative;
    top: 10px;
    left: -9px;
}
.social_media_follow_bar h4 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 20px;
    color: #00C1F6;
}
.social_media_follow_bar p {
    font-family: Open Sans;
    font-style: normal;
    font-size: 1.4em;
    line-height: 20px;
    color: #FFFFFF
}
.social_media_follow_bar .dot {
    height: 44px;
    width: 44px;
    background-color: #404040;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

@media screen and (max-width: 660px) {
    .social_media_follow_bar .second {display:none; width:0%;}
    .social_media_follow_bar .first img {
        left: 20px !important;
        width: 90px;
        top: 7px;
    }
    .social_media_follow_bar .third {width:80%;}
    .social_media_follow_bar .third > div {padding-right:10px; top: 2.0em;}
    .social_media_follow_bar .dot {
        height: 40px;
        width: 40px;
    }
    .social_media_follow_bar .third img {
        top: 7px;
        left: -7px;
    }
}

@media screen and (min-width: 661px) and (max-width: 1024px) {
    .social_media_follow_bar .first {
        width:25%;
    }
    .social_media_follow_bar .second {
        width:44%;
    }
    .social_media_follow_bar .third {width:30%;}
}
