#homepageImage2
{
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 250px;
    background: url('../../bundles/hchappycapital/images/Index/Social/homepage2.jpg') no-repeat fixed bottom;
    -moz-background-size: 101% auto;
    -o-background-size: 101% auto;
    -webkit-background-size: 101% auto;
    background-size: 101% auto;
}
#homepageImage2 ul
{
    height: 100%;
    margin: 0;
}
#homepageImage2 li
{
    vertical-align: bottom;
    height: 170px;
    line-height: 145px;
    display: inline-block;
    border-radius: 50%;
    width: 170px;
    background-color: rgba(255,255,255,0.9);
    margin: 50px 5%;
}
#homepageImage2 li a
{
    font-size: 1.7em;
    font-weight: 400;
    color: #E0027A;
    width: auto;
}
#homepageImage2 a
{
    line-height: normal;
    vertical-align: middle;
    width: 100px;
    display: inline-block;
}

@media screen and (max-width: 667px)
{
    #homepageImage2
    {
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: bottom;
        background-size: initial;
        background: url('../../bundles/hchappycapital/images/Index/Social/homepage2.jpg');
    }
}
