#cusjor_20251105 { display: block; width: 90%; margin: 0 auto; }
#cusjor_vid1 video, #cusjor_vid2 video {
	display: block;
	width: 100%;
	height: auto;
}
#cusjor_vid2 { display: none; }
@media screen and (orientation: portrait) {
	/* changes to allow customer journey videos in page */
	#cusjour_20251105 {
		
	}
	#cusjor_vid1 { display: none; }
	#cusjor_vid2 { display: block; }
}
/*rich-text balance*/
.rt_bt, .mint_rtbt {
	font-size: clamp(1rem, 0.71rem + 0.45vw, 1.25rem) !important;
	line-height: clamp(1.63rem, 1.34rem + 0.45vw, 1.88rem) !important;
}

.mint_tcol { color: var(--titleColour); }
/* 20251107 custom for about-us/our-customer-journey/ */
#mint_cjvids {
	min-height: 0%;
	overflow: hidden;
	padding-left: 15em; 
	margin: 0 auto;
}
#mint_cjyt {
	display: block;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	box-sizing: border-box;
	max-width: 14em;
	margin-left: -15em;
}
#mint_cjvids p { float: right; margin-top: 1em; margin-bottom: 1em; }
#mint_cjyt img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0; }