.triple_layer_parallax_banner .parallax_banner {
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.triple_layer_parallax_banner #parallax_banner_matrix_effect_up {
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -45, 0, 1);
}
.triple_layer_parallax_banner .parallax_half_img img {
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transform: none;
	transform-origin: 50% 50%;
	object-position: 50% 50%;
	background-position: 50% 50%;
	font-family: 'object-fit: cover; object-position: 50% 50%;';
}
.triple_layer_parallax_banner #parallax_banner_matrix_effect_down {
	background: #fff;
	padding: 10%;
	margin-right: -2rem;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 5px 0px rgba(171,171,171,1);
	-moz-box-shadow: 1px 1px 5px 0px rgba(171,171,171,1);
	box-shadow: 1px 1px 5px 0px rgba(171,171,171,1);
	transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 45, 0, 1);
}
@media (max-width: 767.98px) {
	.triple_layer_parallax_banner #parallax_banner_matrix_effect_up, #parallax_banner_matrix_effect_down {
		transform: none;
	}
	.triple_layer_parallax_banner #parallax_banner_matrix_effect_down {
		margin-right: 0;
	}
}