.purehomecategories a {
	display: block;
	font-size: 1rem;
	font-weight: 500;
	text-align: center;
}

.purehomecategories a:hover .purehomecategories-img {
	-webkit-box-shadow: inset 0px 0px 0px 10px rgba(243, 61, 114, 0.2);
    -moz-box-shadow: inset 0px 0px 0px 10px rgba(243, 61, 114, 0.2);
    box-shadow: inset 0px 0px 0px 10px rgba(243, 61, 114, 0.2);
}

.purehomecategories-img {
	min-height: 160px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 1rem;
	-webkit-box-shadow: inset 0px 0px 0px 10px transparent;
    -moz-box-shadow: inset 0px 0px 0px 10px transparent;
    box-shadow: inset 0px 0px 0px 10px transparent;
	transition: box-shadow .2s ease;
}

.purehomecategories i.fas {
	position: relative;
	bottom: -2px;
	margin-left: 3px;
}

@media (min-width: 480px) {
	.purehomecategories a {
		font-size: 1.1rem;
	}
	
	.purehomecategories-img {
		min-height: 27vw;
	}
}

@media (min-width: 576px) {
	.purehomecategories-img {
	}
}

@media (min-width: 768px) {
	.purehomecategories-img {
		min-height: 200px;
	}
}