.pageteaser {
	position: relative;
}

.flex-text,
.pageteaser-text {
	position: absolute;
	top: 20%;
	background-color: rgba(255,255,255,0.6);
	padding: 30px;
	min-width: 300px;
	max-height: 80%;
	margin: auto;
	overflow: hidden;
	font-size: 24px;
}
.flex-text .flex-title,
.pageteaser .pageteaser-title {
	margin-top: 0px;
}
.flex-title-hr,
.pageteaser-title-hr {
	margin-top: 5px;
	margin-bottom: 15px;
	border: 0;
	border-top: 2px solid #ef7d00;
}

.pageteaser img {
	max-width: 100%;
	height: auto;
}

.flex-btn,
.pageteaser-btn {
	margin-top: 15px;
	text-align: right;
}
.flex-description,
.pageteaser-description {
	font-size: 24px;
	line-height: 1.3333;
}

@media all and (max-width: 1199px) {
	.flex-text,
	.pageteaser-text {
		top: 15%;
		padding: 15px;
		max-height: 85%;
	}
	.flex-title-hr,
	.pageteaser-title-hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}

}

@media all and (max-width: 991px) {
	.flex-text,
	.pageteaser-text {
		top: 15%;
		padding: 15px;
		max-height: 85%;
	}
	.flex-title-hr,
	.pageteaser-title-hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.flex-description,
	.pageteaser-description {
		font-size: 0.8em;
		line-height: 1.2;
	}
	.flex-description p,
	.pageteaser-description p {
		margin: 0;
	}
	.flex-text .flex-title,
	.pageteaser .pageteaser-title {
		font-size: 1em;
	}
	.flex-btn,
	.pageteaser-btn {
		margin-top: 10px;
	}
	
}

@media all and (max-width: 767px) {
	.flex-btn,
	.pageteaser-btn {
		display: none;
	}

}

@media all and (max-width: 560px) {
	.flex-text,
	.pageteaser-text {
		display: none;
	}

}
