@media screen and (min-width: 768px) and (hover: hover) {
	.featured-review:hover .featured-review__content {
		filter: blur(2px);
	}
}
