#cont-1969 {
	position: relative !important;
	min-height: var(--section-min-height, 100vh) !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	overflow: hidden !important;
	background-color: var(--bgcolor);
}

#col-1970 {
	position: relative !important;
	z-index: 2 !important;
	text-align: center;
	padding: 60px 20px;
	width: 100% !important;
	max-width: 100% !important;
}

#bild-1971 {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 1 !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

#bild-1971 img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: none !important;
	max-height: none !important;
	object-fit: cover !important;
	object-position: center !important;
	display: block !important;
	margin: 0 !important;
	padding: 0 !important;
}

#text-1972 {
	max-width: var(--content-width, 1200px);
	margin: 0 auto 20px auto;
}

#text-1972 h1 {
	font-size: 3.5rem;
	font-weight: 700;
	color: var(--hicolor);
	margin: 0;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

#text-1973 {
	max-width: var(--content-width, 800px);
	margin: 0 auto;
}

#text-1973 p {
	font-size: 1.25rem;
	color: var(--color);
	margin: 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width:800px) /* responsive */ {
	#cont-1969 {
		min-height: 60vh;
	}

	#col-1970 {
		padding: 40px 15px;
	}

	#text-1972 h1 {
		font-size: 2rem;
	}

	#text-1973 p {
		font-size: 1rem;
	}
}
