.home #tfp-floating-bar-social-media {display: none;}
#tfp-floating-bar-social-media {
    display: block;
    position: fixed;
    bottom: 1em;
    left: 0.3em;
}

#tfp-floating-bar-social-media .shared-counts-wrap a.shared-counts-button, #tfp-floating-bar-social-media .shared-counts-wrap .shared-counts-button.included_total {
		float:left !important;
		clear:left !important;
	}

@media screen and (max-width: 1024px) {
    #tfp-floating-bar-social-media {
        display: none;
    }
}