#social-stationary{
    height: 75px;
    line-height: 75px;
    background-color: #337ab7;
    color: white;
    font-size: 20px;
}

@media (max-width: 767px) {
    #social-stationary{
        font-size: 15px;
        line-height:normal;
        height: 85px;
    }

    .social-stationary{
        padding-top:10px;
    }

    #social-stationary a{
        
        text-transform: none;
    }

    .ss-wrap{
        display: block;
        margin-top:20px;
    }
}