.cnt.v5 {
	--cnt-v5-ui-scroll-h: 6rem; /* {min: 1, max: 8, step: .01, friendly: 'ContentV5 Review Scroll Max Height', type: 'range'} */
}

.cnt.v5 .ui-scroll {
	max-height: var(--cnt-v5-ui-scroll-h);
}

.cnt.v5 .ui-repeater ul.flx {
    flex-wrap: wrap !important;
}
.cnt.v5 ul.flx li {
	opacity: 1 !important;
}

@media screen and (max-width:1280px) {
	.cnt.v5 .half.anm_hlf-r {
	    padding-bottom: 11em !important;
	}
}

@media screen and (max-width:699px) {
	.cnt.v5 .half.anm_hlf-r {
	    padding-bottom: 7em !important;
	    padding-top: 7em !important;
	}
}
