.social-share-buttons a {
	height: 1.5rem;
	text-align: center;
	width: 25%;
}

.social-share-buttons a img {
	border-style: none;
	width: auto;
}

@media screen and (max-height: 599px) and (orientation: landscape) {
	.social-share-buttons a {
		height: 1rem;
	}
}

@media screen and (max-width:599px) {
	.social-share-buttons a {
		height: 1rem;
	}
}