/**
 * Co-creatie — block 6: full-bleed photo.
 */

.tf-cocreatie-fullphoto.e-con,
.tf-cocreatie-fullphoto {
	--padding-top: 0 !important;
	--padding-bottom: 0 !important;
	--padding-left: 0 !important;
	--padding-right: 0 !important;
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	background: #F9F9FD !important;
	overflow: hidden;
	line-height: 0;
}

.tf-cocreatie-fullphoto-img.elementor-widget-image,
.tf-cocreatie-fullphoto-img {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.tf-cocreatie-fullphoto-img .elementor-widget-container {
	margin: 0 !important;
	padding: 0 !important;
	line-height: 0;
}

.tf-cocreatie-fullphoto-img img {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 7.5;
	object-fit: cover;
	object-position: center center;
	margin: 0 !important;
}

@media (max-width: 767px) {
	.tf-cocreatie-fullphoto-img img {
		aspect-ratio: 4 / 3;
	}
}
