@media screen and (max-width: 40em) {
	#FlexiTitle {
		height: 0.5em;
		background: none;
	}
	#FlexiTitle img {
		display: none;
	}
	#FlexiLeft {
		margin-top: 0.55em;
	}
}
@media screen and (min-width: 40em) and (max-width: 70em) {
	#FlexiTitle {
		height: 18em;
/*		background: #b3d8de url(foto_BGC_1.jpg) top right no-repeat; */
		background: #b3d8de;
		overflow: hidden;
	}
	#FlexiTitle img {
		height: 18em;
/*
		width: 100%;
		object-fit: cover;
*/
		position: absolute;
		clip: rect(0, 100%, 18em, 0);
		left: 100%;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	#FlexiLeft {
		margin-top: 250px;
	}
}
@media screen and (min-width: 70em) {
	#FlexiTitle {
		height: 18em;
/*		background: #b3d8de url(foto_BGC_1.jpg) top right no-repeat; */
		background: #b3d8de;
		overflow: hidden;
	}
	#FlexiTitle img {
		height: 18em;
/*
		width: 100%;
		object-fit: cover;
*/
		position: absolute;
		clip: rect(0, 100%, 18em, 0);
		left: 100%;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	#FlexiLeft {
		margin-top: 250px;
	}
}
