.socials__shortcode {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	clear: both;
}

.socials__shortcode ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto !important;
}

.socials__shortcode li {
    padding: 4px;
    float: left;
}
.socials__shortcode li:last-child {
	margin-bottom: auto;
}
.socials__shortcode li:before {
	display: none !important;
}

.socials__shortcode img {
    width: 100%;
	border: none !important;
}

.socials__shortcode a {
    display: block;
    width: 26px;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
	background-image: none !important;
}