.fpe-linkImg {
	height: 40vh;
	max-height: 500px;
	margin-bottom: 40px;
}

.fpe-linkImg a {
	display: block;
	height: 40vh;
	max-height: 500px;
	overflow: hidden;
	cursor: pointer;
}

.fpe-linkImg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.fpe-linkImg:hover img {
	transform: scale(1.2);
}

@media screen and (max-width:1999px) {
	.fpe-linkImg {
	height: 30vh;
}

.fpe-linkImg a {
	height: 30vh;
}
}