.sc-button {
	display: inline-block;
	width: 160px;
	height: 160px;
	background-color: #FF746D;
	margin: 7px;
	float: left;
}

a.sm-link {
	display: block;
	width: 100%;
	height: 100%;
}

.sc-button:hover {
	transition: background-color 0.5s ease-in-out;
	background-color: #E8271D;
}

img.sm-logo {
	display: block;
	position: relative;
	opacity: 0.75;
	top: 30px;
	left: 30px;
	width: 100px;
	height: 100px;
}