@media screen and (max-width: 750px) {
	.featured-silhouette-button {
		height: 100%;
	}

	.featured-silhouette-button > img {
		height: 100%;
		object-fit: cover;
	}
}
