.reactive {
	transition: ease .18s;
	border: none;
	box-sizing: border-box;
}

.reactive:hover {
	transform: scale(1.05) rotate(1deg);
	box-shadow: inset 0px 8px 10px rgba(123, 123, 123, 0.52);
}