.team-teaser .photo.placeholder {
	background-image:
		linear-gradient(180deg, transparent 66%, rgba(0, 0, 0, 0.22) 100%),
		url("../images/engin-kurtlutepe-office-logo.png") !important;
	background-size: cover !important;
	background-position: center top !important;
	border-color: rgba(154, 119, 5, 0.18);
	box-shadow: var(--shadow-1, 0 18px 48px rgba(0, 0, 0, 0.08));
}

.team-teaser .photo.placeholder::before,
.team-teaser .photo.placeholder::after,
.team-teaser .photo.placeholder .team-mark {
	display: none !important;
}

.person .ph.placeholder[data-initials="EK"] {
	background-image:
		linear-gradient(180deg, transparent 60%, rgba(0, 0, 0, 0.18) 100%),
		url("../images/engin-kurtlutepe-office-logo.png") !important;
	background-size: cover !important;
	background-position: center top !important;
	border-color: rgba(154, 119, 5, 0.18);
}

.person .ph.placeholder[data-initials="EK"]::before,
.person .ph.placeholder[data-initials="EK"]::after,
.person .ph.placeholder[data-initials="EK"] .photo-note {
	display: none !important;
}
