.followwrapper {

}
.socialwrapper {

}
.followbaker,
.socialbaker {
	display: inline-block;
	height: auto;
}
.followbaker a,
.socialbaker a {
	display: block;
	height: auto;
	text-decoration: none;
	border: none;
    border-radius: 999px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.14);
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.followbaker a:hover,
.followbaker a:focus-visible,
.socialbaker a:hover,
.socialbaker a:focus-visible {
    box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
    transform: translateY(-2px) scale(1.02);
}
.followicon,
.shareicon {
	max-width:48px;
}
@media (max-width: 1299px) {
	.followicon, .shareicon { max-width:48px; }
	.socialwrapper { margin-top: 10px; }
}

@media (max-width: 999px) {
	.followicon, .shareicon { max-width:48px; }
	.socialwrapper { margin-top: 10px; }
}

@media (max-width: 799px) {
	.followicon, .shareicon { max-width:48px; }
	.socialwrapper { margin-top: 10px; }
}

