@charset "utf-8";

#productAbout{
	max-width: 750px;
	margin: 0 auto 4em;
	position: relative;
}
#productAbout video{
	vertical-align: top;
}

.acBody{
	max-height: 0;
	overflow: hidden;
	transition: .75s;
}
.acTrigger.open + .acBody{
	max-height: 612px;
}