.hero_content_overlay-layout {
	position: relative;
	background-size: cover; color: #ffffff;
}
.hero_content_overlay-layout::before {
	content: ''; position: absolute; inset: 0; z-index: 5;
	background-color: rgba(0, 0, 0, 0.25);
}
.hero_content_overlay-layout .pk-row {
	position: relative; z-index: 10;
}
.hero_content_overlay-layout .read-more {
	position: absolute; bottom: var(--pk-row-spacing); right: 0; z-index: 10;
	display: flex; align-items: center; gap: 0.5em;
	appearance: none; -webkit-appearance: none; -moz-appearance: none;
	background: transparent; border: none; color: #ffffff;
	padding: 0; cursor: pointer;
}

@media screen and (max-width: 992px) {
	.hero_content_overlay-layout .read-more {
		bottom: 1rem; right: 1rem;
	}
}