/* CSS Document */

span.social_logo {
    display: inline-block;
    /* padding: 1em;*/
    /* border-radius: 1em;*/
    /* background: #ededed;*/
}

.content-md {
    max-width: 908px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

@media screen and (max-width : 767px) {
    span.social_logo img {
    max-width: 160px !important;
    max-height: auto !important;
    }
}
