.et_pb_slider.theme-has-overlay-logomark .et_pb_slide {
	position: relative;
	overflow: hidden;
}

.et_pb_slider.theme-has-overlay-logomark .theme-overlay-logomark {
	position: absolute;
	top:  0;
	left: 0;
	width:      40%;
	max-height: 120%;
	transform: translate(-12%, -8%);
	aspect-ratio: 735 / 1000;
	z-index: 1;
	display: flex;
	align-items: stretch;
	pointer-events: none;
	color: var(--theme--overlay-logomark--color, #fdfdf4);
}

.et_pb_slider.theme-has-overlay-logomark .theme-overlay-logomark__svg {
	display: block;
	width: auto;
	height: 100%;
	max-width: none;
}

.et_pb_slider.theme-has-overlay-logomark .et_pb_slide > .et_pb_container {
	position: relative;
	z-index: 2;
}

@media (max-width: 980px) {
	.et_pb_slider.theme-has-overlay-logomark .theme-overlay-logomark {
		top: var(--theme--header--offset);
		width:      70%;
		max-height: calc(120% - var(--theme--header--offset));
	}
}
