.wfo-category-gallery {
	background: #000;
	border: 0.25rem solid #000;
	margin-top: -0.3125rem;
	overflow: hidden;
}

.wfo-category-gallery__cards {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}

.wfo-category-gallery__card {
	align-items: center;
	display: flex;
	flex: 1 50%;
	justify-content: center;
	padding: 0;
	position: relative;
}

.wfo-category-gallery__image {
	display: block;
	overflow: hidden;
	padding: 0.25rem;
	width: 100%;
}

.wfo-category-gallery__image-inner {
	display: flex;
	height: 25rem;
	max-height: 25vw;
	overflow: hidden;
	width: 100%;
}

.wfo-category-gallery__image img {
	display: block;
	height: auto;
	object-fit: cover;
	opacity: 0.2;
	transform-origin: center;
	transition: all ease 0.4s;
	width: 100%;
}

.wfo-category-gallery__logo {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	position: absolute;
	top: 0;
}

.wfo-category-gallery__logo img {
	margin: auto;
	max-width: 3.75rem;
	transition: all ease 0.4s;
	width: 100%;
}

@media ( min-width: 48rem ) {

	.wfo-category-gallery__logo img {
		max-width: 4.375rem;
	}

}

@media ( min-width: 60rem ) {

	.wfo-category-gallery {
		border-width: 0.5rem;
	}

	.wfo-category-gallery__cards {
		flex-wrap: nowrap;
	}

	.wfo-category-gallery__card {
		flex: 0 30%;
		padding: 0 0.3125rem;
		position: unset;
	}

	.wfo-category-gallery__image {
		overflow: visible;
		padding: 0;
	}

	.wfo-category-gallery__image-inner {
		-webkit-clip-path: polygon(15% 0, 106% 0, 80% 100%, -12% 107%);
		clip-path: polygon(15% 0, 106% 0, 80% 100%, -12% 107%);
		height: 25rem;
		max-height: 20vw;
		width: 110%;
	}

	.wfo-category-gallery__card:first-child .wfo-category-gallery__image-inner {
		-webkit-clip-path: polygon(-5% 0, 106% 0, 80% 100%, -12% 100%);
		clip-path: polygon(-5% 0, 106% 0, 80% 100%, -12% 100%);
	}

	.wfo-category-gallery__card:last-child .wfo-category-gallery__image-inner{
		-webkit-clip-path: polygon(15% 0, 107% 0, 80% 190%, -10% 100%);
		clip-path: polygon(15% 0, 107% 0, 80% 190%, -10% 100%);
	}

	.wfo-category-gallery__image img {
		height: auto;
		margin-left: -4vw;
		position: absolute;
		width: 55%;
	}

	.wfo-category-gallery__logo img {
		max-width: 5.625rem;
	}
}

@media ( min-width: 90rem ) {

	.wfo-category-gallery__logo img {
		max-width: 9.375rem;
	}

}

@media ( hover: hover ) {

	.wfo-category-gallery__card:hover .wfo-category-gallery__image img {
		opacity: 1;
		transform: scale(1.25);
	}
}
