/* ============================================================================================
	TITLE VERTICAL / PATTERN
============================================================================================ */
.resola-title-vertical {
	z-index: -1;
	min-height: 80lvh !important;
	margin-top: -120px !important;
	text-shadow: 2px 0px 2px rgb(255,255,255);
}
.editor-styles-wrapper .resola-title-vertical {
	z-index: auto;
	margin-top: 0 !important;
}
.resola-title-vertical img {
	width: 60% !important;
	left: auto !important;
	right: 0 !important
}
@keyframes ImageParallax{from{transform: translateY(0)}to{transform: translateY(-30%)}}
.resola-title-vertical img {
	animation: ImageParallax linear;
	animation-timeline: scroll();
}
