[data-block-name=gemaskeerde-afbeelding] {
	position: relative;
	display: grid;
	grid-template-columns: 190fr 215fr 190fr;
	gap: 15px;
	-webkit-mask-image: url("data:image/svg+xml,%0A%3Csvg width='630' height='415' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Layer_1'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Crect rx='10' id='svg_1' height='415' width='215' y='0' x='207.5' fill='%23000'/%3E%3Crect x='0' rx='10' id='svg_2' height='300' width='190' y='57.5' fill='%23000'/%3E%3Crect x='440' rx='10' id='svg_3' height='300' width='190' y='57.5' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");
	mask-image: url("data:image/svg+xml,%0A%3Csvg width='630' height='415' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Layer_1'%3E%3Ctitle%3ELayer 1%3C/title%3E%3Crect rx='10' id='svg_1' height='415' width='215' y='0' x='207.5' fill='%23000'/%3E%3Crect x='0' rx='10' id='svg_2' height='300' width='190' y='57.5' fill='%23000'/%3E%3Crect x='440' rx='10' id='svg_3' height='300' width='190' y='57.5' fill='%23000'/%3E%3C/g%3E%3C/svg%3E");
	overflow: hidden;
	-webkit-mask-size: 100% 100%;
	mask-size: 100% 100%;
	width: 100%;
}

[data-block-name=gemaskeerde-afbeelding] .col {
	grid-row: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 1rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #fff;
	font-weight: 700;
	font-size: 1.6rem;
	text-align: center;
}

[data-block-name=gemaskeerde-afbeelding] .col:nth-of-type(1) {
	grid-column: 1;
}

[data-block-name=gemaskeerde-afbeelding] .col:nth-of-type(2) {
	grid-column: 2;
}

[data-block-name=gemaskeerde-afbeelding] .col:nth-of-type(3) {
	grid-column: 3;
}

[data-block-name=gemaskeerde-afbeelding].drieluik .img {
	grid-column: 2;
}

[data-block-name=gemaskeerde-afbeelding].drieluik .img.l {
	grid-column: 1;
}

[data-block-name=gemaskeerde-afbeelding].drieluik .img.r {
	grid-column: 3;
}

[data-block-name=gemaskeerde-afbeelding] .img {
	grid-column: 1/-1;
	grid-row: 1;
	background: #ddd;
	isolation: isolate;
	position: relative;
}

[data-block-name=gemaskeerde-afbeelding] .img img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	width: 100%;
	height: 100%;
	z-index: -1;
}

[data-block-name=gemaskeerde-afbeelding] .img .gradient {
	position: absolute;
	display: block;
	inset: 0;
	z-index: 1;
	opacity: .8;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 242, 249, 0.5)), to(rgba(101, 0, 130, 0.9)));
	background-image: linear-gradient(rgba(247, 242, 249, 0.5), rgba(101, 0, 130, 0.9));
	mix-blend-mode: normal;
}

@media (max-width: 991.98px) {

[data-block-name=gemaskeerde-afbeelding] .col {
	font-size: 1.2rem;
	padding: .3rem;
}

}

@media (max-width: 767.98px) {

[data-block-name=gemaskeerde-afbeelding] .col {
	font-size: 1rem;
	padding: .15rem;
}

}

