/*Brand Video - Text adjustment*/
.hero-home .hero-home-info .description p {
	max-height: calc(26px * 6);
}


@media (min-width: 764px) {
	.hero-home .hero-home-info .description p {
		max-height: calc(30px * 6);
	}
}