/* ==========================================================================
   Block: SL Parallax Image
   ========================================================================== */

.sl-parallax-image {
	width: 100%;
	height: 60vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

/* --------------------------------------------------------------------------
   Mobile – Static (no parallax)
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
	.sl-parallax-image {
		background-attachment: scroll;
	}
}
